• Resolved kriskl

    (@kriskl)


    Please add support for Rank Math SEO

    Filter to add plugins to the Table of Content List

    /**
    * 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;
    });

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author sorta brilliant

    (@sortabrilliant)

    Sorry for the delay in getting back to you. I’ve moved your request over to our GitHub repo and we’ll add this in when we push out our next version.

Viewing 1 replies (of 1 total)
  • The topic ‘Please add support for Rank Math SEO’ is closed to new replies.