Skip to content

Support Rank Math SEO #28

@nickhamze

Description

@nickhamze

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions