Table Of contents

#10344
  • Hello
    I wanted to know if the table of content plugin we can add has to be only those you listed. I see some of the plugins have not been updated in a long time and I am afraid they pose a security risk. Can I use a table of content plugin but not listed among the ones you recommended?
    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Yes you can use your preferred TOC plugin but you will need to register this plugin on our content analysis tool by making use of the following filter on 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;
    });

    I hope this info helps. 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 ‘Table Of contents’ is closed to new replies.