Forums
(@bijayoli)
7 years, 10 months ago
The WP scheduler doesn’t seem to be running correctly for Newsletter. I look after all suggestion, doesn’t work for me.
12 years ago
I got the solution.
add_filter(‘pll_get_taxonomies’, ‘remove_defaultCategory’); function remove_defaultCategory($taxonomies) { unset($taxonomies[‘category’]); return $taxonomies; }