Hello @vikasbobi,
Thank you so much for getting in touch.
We need more context to the issue you’re facing. Can you please explain your concern in detail so we can assist you further?
If you wish to move the SEO settings under the editor instead of the right side of the panel, please apply the following code:
add_filter( 'rank_math/gutenberg/enabled', '__return_false' );
You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Looking forward to helping you.
Hi all,
As was suggested, download the health troubleshooting plugin, only Rankmath & code snipits plugins are activated with add_filter( ‘rank_math/gutenberg/enabled’, ‘__return_false’ ); to relocate the rankmath section from the sidebar under editor section of admin backend in default theme https://prnt.sc/YgN26cCjK8mj but rankmath section is still at sidebar.
Kindly suggest how to relocate it under editor section https://prnt.sc/P_SeAvdCu47n
Thanks
Hello @vikasbobi,
You don’t need to install the Health Check plugin. Please share a screenshot of how you have added the code to the Code Snippets plugin so we can check and assist you further.
Looking forward to helping you.
Kindly find the screen shot of the code https://prnt.sc/hB-4Rj3I3LtW
Hello @vikasbobi,
That seems correct. Can you please try clearing your website caches and try again? Please also try running it everywhere and see if it works.
If the issue persists, kindly try a different method when adding a filter code to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
If all of that doesn’t help, let us know here and we’ll investigate the issue further.
Looking forward to helping you.
Hello @vikasbobi,
The rank-math.php file doesn’t include a PHP opening tag. Please make sure that file contains the code below (with the PHP opening and closing tags):
<?php
add_filter( 'rank_math/gutenberg/enabled', '__return_false' );
?>
If the issue persists, please follow this guide to create a support ticket in our support forum so our tech support team can help you with your issue further: https://wordpress.org/support/topic/attention-read-this-before-posting/
Looking forward to helping you.