Rank Math Post Tests Fails To Detect Ultimate Addons TOC

#15370
  • Resolved Nic Windley
    Rank Math free

    I’m using the Ultimate Addons TOC block and RankMath is failing to detect it as it’s not currently supported. Are there any plans to support this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math today.

    You can add support for this plugin by copying the following code to your theme’s functions.php file:

    /**
     * Filter to add plugins to the TOC list.
     *
     * @param array TOC plugins.
     */
    add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
           $toc_plugins['plugin-directory/plugin-filename.php'] = 'Plugin Name';
        return $toc_plugins;
    });

    Replace plugin-directory with this plugins folder name, plugin-filename.php with the name of the main plugin file and Plugin Name with Ultimate Addons TOC.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Useful, thanks Michael.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?rate=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘Rank Math Post Tests Fails To Detect Ultimate Addons TOC’ is closed to new replies.