Fix for new WP versions
-
Find:
if(in_array($key, $exclude)) unset($code[$key]);
Change to:
if(in_array($r->term_id, $exclude)) unset($code[$key]);And thats it.
The topic ‘Fix for new WP versions’ is closed to new replies.
Find:
if(in_array($key, $exclude)) unset($code[$key]);
Change to:
if(in_array($r->term_id, $exclude)) unset($code[$key]);
And thats it.
The topic ‘Fix for new WP versions’ is closed to new replies.