View Categories

Filter Hook: Page Header

< 1 min read

Zakra provides various filter hooks to add your code to the page header section. They are as follows:

  • zakra_page_header_container_class: You can add your custom CSS class into page header using this hook.
  • zakra_page_header_markup: This hook allows you to add any markup like h1, h2, p, etc. for page title of the page header.
  • zakra_page_header_style_filter: You can use this hook to extend the available options under the ** Header > Style** of Page Settings.
Scroll to top