class JR_Boosted_Listings_Text_Tab {
private static $page;
static function init( $page ) {
self::$page = $page;
$fields = array(
array(
'title' => 'Text',
'type' => 'textarea',
'name' => 'boosted_listing_text',
'desc' => 'Displayed below the boosted listings checkbox on the plan selection step of job submission process'
),
);
$page->tab_sections['general']['boosted_listings_text'] = array(
'title' => __( 'Boosted Listings Text', APP_TD ),
'fields' => $fields,
);
}
}
add_action( 'tabs_payments_page_app-payments-settings', array( 'JR_Boosted_Listings_Text_Tab', 'init' ), 13 );
'boosted_listing_text' => 'default listing test',
There are currently 1 users browsing this thread. (0 members and 1 guests)