guidepost icon indicating copy to clipboard operation
guidepost copied to clipboard

Support Rank Math SEO

Open nickhamze opened this issue 5 years ago • 1 comments

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

nickhamze avatar Mar 11 '20 21:03 nickhamze

@jrtashjian what do you think about this? If we add it we'll get listed on their site as a plugin that works with their plugin.

nickhamze avatar Mar 18 '20 18:03 nickhamze