New TOC plugin – Joli Table of Contents

#22249
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can easily fix this problem by adding the following code to your theme’s functions.php file:

    /**
     * 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;
    });

    Please replace:
    – [plugin-directory] with the name of Joli TOC plugin installation folder in your wp-content/plugins folder,
    – [plugin-filename.php] with the name of the main plugin file within the Joli installation directory,
    – [Plugin Name] with the full name of the plugin as displayed on the WP > Plugins page.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘New TOC plugin – Joli Table of Contents’ is closed to new replies.