Skip to content

7. Hooks and filters

Yurii Pavlov edited this page Jun 19, 2019 · 1 revision

Hooks and filters currently available in Develop branch only

Global Layout Actions

Example to use:

add_action('StarterKit/header', function() { // my code goes here });


Header actions

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


Footer actions

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


Layout actions

StarterKit/layout_start

includes following template parts:

/template-parts/layout/start


StarterKit/layout_end

includes following template parts:

/template-parts/layout/end


Sidebar actions

StarterKit/sidebar

includes following template parts:

/template-parts/sidebar


Page 404 actions

StarterKit/before_page_404_content


StarterKit/page_404_content

includes following template parts:

/template-parts/page_404_content


StarterKit/after_page_404_content


Loop actions

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


Single Layout Actions

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


Filters

StarterKit/shortcodes

Located in Shortcodes.php Controller