-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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: https://rankmath.com/kb/score-100-in-tests/#table-of-contents
Metadata
Metadata
Assignees
Labels
No labels