-
Notifications
You must be signed in to change notification settings - Fork 6
7. Hooks and filters
Hooks and filters currently available in Develop branch only
Example to use:
add_action('StarterKit/header', function() { // my code goes here });
StarterKit/before_header
includes following template parts:
/template-parts/header/top-bar
StarterKit/header
includes following template parts:
/template-parts/header/header-default
tarterKit/after_header
includes following template parts:
/template-parts/header/breadcrumbs
/template-parts/header/composer-header
StarterKit/before_footer
StarterKit/footer
includes following template parts:
/template-parts/header/footer-default
StarterKit/after_footer
includes following template parts:
/template-parts/header/composer-footer
StarterKit/layout_start
includes following template parts:
/template-parts/layout/start
StarterKit/layout_end
includes following template parts:
/template-parts/layout/end
StarterKit/sidebar
includes following template parts:
/template-parts/sidebar
StarterKit/before_page_404_content
StarterKit/page_404_content
includes following template parts:
/template-parts/page_404_content
StarterKit/after_page_404_content
StarterKit/before_loop
includes following template parts:
/template-parts/loop/before
StarterKit/after_loop
includes following template parts:
/template-parts/pagination
/template-parts/loop/after
StarterKit/before_single_post
includes following template parts:
/template-parts/single/before
StarterKit/after_single_post
includes following template parts:
/template-parts/single/after
StarterKit/before_single_post_thumbnail
StarterKit/single_post_thumbnail
includes following template parts:
/template-parts/single/thumbnail
StarterKit/after_single_post_thumbnail
StarterKit/before_single_post_title
StarterKit/single_post_title
includes following template parts:
/template-parts/single/title
StarterKit/after_single_post_title
includes following template parts:
/template-parts/single/data
StarterKit/before_single_post_content
StarterKit/single_post_content
includes following template parts:
/template-parts/single/content
StarterKit/after_single_post_content
includes following template parts:
/template-parts/single/pagination
StarterKit/before_single_post_comments
StarterKit/single_post_comments
includes following template parts:
/template-parts/single/comments
StarterKit/after_single_post_comments
StarterKit/shortcodes