Checklist Meta Boxes – Filter To Disable

#64937
  • Resolved Paolo
    Rank Math free

    Hey guys,

    is there any filter out there to disable the checklist meta boxes on the backend?

    Thanks in advance
    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Yes, you can use this filter (I have already configured it to return null, so there are no tests to check):

    /**
     * Allow developers to modify the test or score.
     *
     * @param array  $tests Array of tests with score
     * @param string $type  Object type. Can be post, user or term.
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
     return NULL;
    }, 10, 2 );

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Paolo
    Rank Math free

    Hi alberto

    thanks for the response

    Unfortunately the filter make the test page to pass but doesn’t remove at all the metaboxes

    Do you any other suggestion?

    Cheers

    Hello,

    Thank you for contacting Rank Math today.

    If you wish to disable Rank math meta box just head over to Rank math > Titles & Meta and disable the option to add SEO Meta box (https://i.rankmath.com/LUNPav) in all the posts and pages you wish to.

    Hope that helps. If you have any further question(s), please let us know. Thank you.

    Paolo
    Rank Math free

    Hi David, thanks for the response.

    Unfortunately with your hint all the mataboxes went aways and i was not able anymore to setup any page’s SEO setup.

    Do you have a workaround?

    Thanks again!

    Paolo
    Rank Math free

    To be clear, what i like to achieve is this https://pasteboard.co/JfX0luL.png

    thanks

    Hello,

    If I understand correctly, you want to hide the check list shown below the metabox? Let me check with the dev team to see if it is possible to achieve that.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hi,

    I am sorry but we do not have an option to do that.

    I have added your feedback to our internal feedback list. If there is enough demand for this feature, we might add it in a future update.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The ticket ‘Checklist Meta Boxes – Filter To Disable’ is closed to new replies.