Changeset 12288 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/table-of-contents.php
- Timestamp:
- 12/01/2022 05:56:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/table-of-contents.php
r11654 r12288 54 54 55 55 public function load_filters() { 56 if ( is_singular( $this->post_types ) && ! is_embed() ) {56 if ( is_singular( $this->post_types ) && ! is_embed() && ! is_front_page() ) { 57 57 add_filter( 'the_content', array( $this, 'add_toc' ) ); 58 58 }
Note: See TracChangeset
for help on using the changeset viewer.