• Home
  • Getting Started
  • Home
  • Getting Started

Theme Hooks

Theme hooks allow you to hook into a theme functionality without modifying the core files. Read more about Actions and Filters API here – https://codex.wordpress.org/Plugin_API

How to use Hooks.

In your child theme edit functions.php and add your scripts. Let’s say you want to add something before sidebar, we’ll use solarta_sidebar_before hook. The code example would be:

PHP
1
2
3
4
add_action( 'solarta_sidebar_before', 'solarta_add_sidebar_message' );
function solarta_add_sidebar_message() {
  echo esc_html__( 'Sidebar Message', 'solarta' );
}

List of available Hooks:

  • solarta_head_top
  • solarta_head_bottom
  • solarta_header_before
  • solarta_header
  • solarta_header_after
  • solarta_masthead
  • solarta_menu_before
  • solarta_menu_after
  • solarta_last_menu_item_after
  • solarta_body_top
  • solarta_body_bottom
  • solarta_primary_content_top
  • solarta_primary_content_before
  • solarta_primary_content_query
  • solarta_primary_content_after
  • solarta_primary_content_bottom
  • solarta_comments_before
  • solarta_comments
  • solarta_comments_after
  • solarta_entry_section_before
  • solarta_entry_header_before
  • solarta_entry_header
  • solarta_entry_header_after
  • solarta_content_before
  • solarta_content_top
  • solarta_content_bottom
  • solarta_content_after
  • solarta_entry_featured_image
  • solarta_entry_content_top
  • solarta_entry_content_bottom
  • solarta_page_title_before
  • solarta_page_title_after
  • solarta_sidebar_before
  • solarta_sidebar_after
  • solarta_footer_before
  • solarta_footer
  • solarta_footer_after
  • solarta_head_top
  • solarta_head_bottom
  • solarta_header_before
  • solarta_header
  • solarta_header_after
  • solarta_masthead
  • solarta_menu_before
  • solarta_menu_after
  • solarta_last_menu_item_after
  • solarta_body_top
  • solarta_body_bottom
  • solarta_primary_content_top
  • solarta_primary_content_before
  • solarta_primary_content_query
  • solarta_primary_content_after
  • solarta_primary_content_bottom
  • solarta_comments_before
  • solarta_comments
  • solarta_comments_after
  • solarta_entry_section_before
  • solarta_entry_header_before
  • solarta_entry_header
  • solarta_entry_header_after
  • solarta_content_before
  • solarta_content_top
  • solarta_content_bottom
  • solarta_content_after
  • solarta_entry_featured_image
  • solarta_entry_content_top
  • solarta_entry_content_bottom
  • solarta_page_title_before
  • solarta_page_title_after
  • solarta_sidebar_before
  • solarta_sidebar_after
  • solarta_footer_before
  • solarta_footer
  • solarta_footer_after

Was this helpful?

Yes  No
Related Articles
  • GDPR
  • Multilingual Management With WPML
  • Theme Translation
  • Site Performance

No luck finding what you need? Contact Us

Others
  • Theme Hooks
  • GDPR
  • Multilingual Management With WPML
  • Theme Translation
  • Site Performance
Categories
  • Blog & Pages
  • Customization
  • Elementor
  • Getting Started
  • Others
  • Premium Features

  Theme Translation

Site Performance  

  • © 2025 deothemes.com. All Rights Reserved.