Skip to content
Jeff Lewis edited this page Jun 19, 2013 · 9 revisions

Actions

Template override hooks

shoestrap_page_header (/page.php)

Overrides the default page header.


shoestrap_single_page_content (/page.php)

Overrides the content of pages


Content injection hooks

shoestrap_pre_searchform (/lib/modules/core.header/functions.navbar.php)

shoestrap_after_searchform (/lib/modules/core.header/functions.navbar.php)

shoestrap_before_comments (/templates/comments.php)

shoestrap_after_comments (/templates/comments.php)

shoestrap_pre_entry_summary (/templates/content.php)

shoestrap_before_the_content (/templates/content-page.php)(/templates/content-single.php)

shoestrap_after_the_content (/templates/content-page.php) (/templates/content-single.php)

shoestrap_pre_navbar (/templates/header-top-navbar.php)

shoestrap_pre_main_nav (/templates/header-top-navbar.php)

shoestrap_post_main_nav (/templates/header-top-navbar.php)

Options Framework Modifier hooks

shoestrap_module_presets_options_modifier (/lib/modules/core.presets/module.php)

shoestrap_module_layout_options_modifier (/lib/modules/core.layout/module.php)

shoestrap_module_blog_options_modifier (/lib/modules/core.blog/module.php) (/lib/modules/core.page/module.php)

shoestrap_module_backup_options_modifier (/lib/modules/core.backup/module.php)

shoestrap_module_social_options_modifier (/lib/modules/core.social/module.php)

shoestrap_module_typography_options_modifier (/lib/modules/core.typography/module.php)

shoestrap_module_jumbotron_options_modifier (/lib/modules/core.jumbotron/module.php)

shoestrap_module_background_options_modifier (/lib/modules/core.background/module.php)

shoestrap_module_advanced_options_modifier (/lib/modules/core.advanced/module.php)

shoestrap_module_footer_options_modifier (/lib/modules/core.footer/module.php)

shoestrap_module_branding_options_modifier (/lib/modules/core.branding/module.php)

shoestrap_module_header_options_modifier (/lib/modules/core.header/module.php)

shoestrap_footer_widget_area_sidebars (/lib/widgets.php)

shoestrap_slide_down_widget_area_sidebars (/lib/widgets.php)

shoestrap_do_the_excerpt (/templates/content.php)

shoestrap_post_entry_summary (/templates/content.php)

shoestrap_entry_footer (/templates/content.php)

shoestrap_post_navbar (/templates/header-top-navbar.php)

shoestrap_before_footer (/templates/footer.php)

shoestrap_footer_override (/templates/footer.php)

shoestrap_after_footer (/templates/footer.php) (/base.php)

shoestrap_single_content (/single.php)

shoestrap_below_top_navbar (/base.php)

shoestrap_pre_wrap (/base.php)

shoestrap_pre_content (/base.php)

shoestrap_pre_main (/base.php)

shoestrap_breadcrumbs (/base.php)

shoestrap_after_content (/base.php)

shoestrap_after_wrap (/base.php)

shoestrap_pre_footer (/base.php)

shoestrap_index_begin (/index.php)

shoestrap_in_loop_start_action (/index.php)

shoestrap_article_content (/index.php)

shoestrap_index_end (/index.php)

shoestrap_footer_before_copyright (/lib/modules/core.footer/functions.footer.php)