Skip to content
wpjoli
  • Blog
  • Plugins
    • Joli FAQ SEO
    • Joli Table Of Contents
    • Joli CLEAR Lightbox
  • Support
    • Documentation
Search this website
  • Blog
  • Plugins
    • Joli FAQ SEO
    • Joli Table Of Contents
    • Joli CLEAR Lightbox
  • Support
    • Documentation

joli_toc_after_table_of_contents

  1. Home>
  2. Documentation>
  3. Joli Table of contents>
  4. Developer hooks>
  5. Actions
  • Getting started
  • Inserting a Table of contents
  • Blocks [1]
    • [Joli Table of contents] Block
  • Shortcodes
  • Settings [1]
    • Import / Export settings
  • Developer hooks [30]
    • Filters [14]
      • joli_toc_disable_autoinsert
      • jolitoc_shortcode_tag
      • joli_toc_post_content_preprocessing
      • joli_toc_title_depth
      • joli_toc_headings
      • joli_toc_disable_styles
      • joli_toc_disable_js
      • joli_toc_toc_title
      • joli_toc_toggle_button_icon_opened
      • joli_toc_toggle_button_icon_closed
      • joli_toc_list_tag
      • joli_toc_the_content_filter_priority
      • joli_toc_floating_widget_nav_prev [PRO]
      • joli_toc_floating_widget_nav_next [PRO]
    • Actions [14]
      • joli_toc_before_table_of_contents
      • joli_toc_before_header
      • joli_toc_before_title
      • joli_toc_after_title
      • joli_toc_after_header
      • joli_toc_before_headings
      • joli_toc_after_headings
      • joli_toc_after_table_of_contents
      • joli_toc_before_begin_item_content
      • joli_toc_after_begin_item_content
      • joli_toc_after_begin_item_link
      • joli_toc_before_end_item_link
      • joli_toc_before_end_item_content
      • joli_toc_after_end_item_content
  • Customizing the Table of contents [2]
    • List of all CSS variables
    • How to create my own theme ?
  • FAQ
  • Home
  • /
  • Documentation
  • /
  • Joli Table of contents
  • /
  • Developer hooks
  • /
  • Actions

joli_toc_after_table_of_contents

Lets you add content after the table of contents.

add_action( 'joli_toc_after_table_of_contents', 'after_toc' );

function after_toc(){
    echo '<p>Goodbye!</p>';
}
Last modified January 2, 2023

Doc navigation

< joli_toc_after_headings joli_toc_before_begin_item_content >
Was this page helpful?
Yes No
  • Blog
  • Support
  • Terms and Conditions
  • Privacy Policy
Copyright 2023 - WPJoli