Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'rank_math/excluded_post_types',function( $post_types) {
- unset($post_types['layouts']); //replace with the name of your post type
- unset($post_types['layouts-parts']); //replace with the name of your post type
- }, 11 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement