Compatibility with RankMath
-
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;
});
- The topic ‘Compatibility with RankMath’ is closed to new replies.