Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Compatibility with RankMath

$
0
0

Replies: 0

Can you add the following filter to the Table of Contents Plus plugin so that it will be compatible with RankMath SEO? Thanks!

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles