Please add support for Rank Math SEO
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Please add support for Rank Math SEO’ is closed to new replies.