simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
20 stars 11 forks source link

New filter in the [adverts_categories] #139

Closed gwin closed 2 years ago

gwin commented 2 years ago

New filter in wpadverts\templates\categories-all.php for

$subs = get_terms( 'advert_category', array(
'hide_empty' => 0,
'parent' => $term->term_id ,
'number' => $sub_count
) );