remove filter option in posts/pages overview

#356124
  • Hey Guys,

    is there a way to deactivate/remove the RankMath filter option in the posts & pages overview?
    As helpful as it might be, we do not need it and kind of need the space for another individual filter option. The filter I mean: https://ibb.co/njcZydZ

    Best regards,

    Felix

Viewing 1 replies (of 1 total)
  • Kamlesh
    Rank Math free

    Hello,

    Thank you for contacting Rank Math today.

    Could you please add the below-mentioned code to your themes functions.php file and check if this helps?

    add_action( 'admin_footer', function() {
       ?>
       <style>
    	#posts-filter .tablenav #rank-math-seo-filter {
    		display:none;
    	}
       </style>
       <?php
    });

    Looking forward to helping you. Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘remove filter option in posts/pages overview’ is closed to new replies.