Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_force_disable_inline_related_post', function ($bool) {
- global $post;
- $category = [1,2,3,4];
- return ! empty(array_intersect(wp_list_pluck( get_the_category($post->ID), 'term_id' ), $category));
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement