<?php
new \Inc2734\WP_Contents_Outline\Bootstrap();
// Set shortcode in post
// e.g. You want to contents outline from `$('.c-entry__content').children('h2, h3, h4, h5, h6')`
[wp_contents_outline title="(Optional)" post_id="(Optional)" selector=".c-entry__content" move_to_before_1st_heading="true"]
Filter hooks
inc2734_wp_contents_outline_enqueue_js
/**
* If you don't need js enqueue, you can cancel enqueue.
*/
add_filter( 'inc2734_wp_contents_outline_enqueue_js', '__return_false' );
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.