robinm (January 5th, 2018)
function cp_get_ads_listing_tabs() {
$defaults = array(
'latest' => array(
'title' => __( 'New Listings', APP_TD ),
'callback' => 'cp_output_latest_ads_listing',
),
'popular' => array(
'title' => __( 'Popular', APP_TD ),
'callback' => 'cp_output_popular_ads_listing',
),
'random' => array(
'title' => __( 'Random', APP_TD ),
'callback' => 'cp_output_random_ads_listing',
),
);
robinm (January 5th, 2018)
There are currently 1 users browsing this thread. (0 members and 1 guests)