Skip to content
Fastest WordPress Theme
  • Documentation
  • Pricing
  • Account
  • Pro

Greenlet Hooks

  • Actions
    • greenlet_head
    • greenlet_before_topbar
    • greenlet_topbar
    • greenlet_after_topbar
    • greenlet_before_header
    • greenlet_header
    • greenlet_after_header
    • greenlet_before_semifooter
    • greenlet_semifooter
    • greenlet_after_semifooter
    • greenlet_before_footer
    • greenlet_footer
    • greenlet_after_footer
    • greenlet_after
    • greenlet_before_entry
    • greenlet_entry_header
    • greenlet_before_entry_content
    • greenlet_entry_content
    • greenlet_after_entry_content
    • greenlet_entry_footer
    • greenlet_after_entry
    • greenlet_before_left_sidebar
    • greenlet_after_left_sidebar
    • greenlet_before_loop
    • greenlet_loop
  • Filters
    • greenlet_copyright
    • greenlet_to_top_content
    • greenlet_nopost_text
    • greenlet_post_class
    • greenlet_logo
    • greenlet_content_width
    • greenlet_attr_col
  1. Home
  2. Docs
  3. Greenlet Hooks
  4. Actions
  5. greenlet_head

greenlet_head

do_action( ‘greenlet_head’ )

Fires before wp_head()

Example Usage:

function mytheme_print_in_head () {
	echo '<meta name="custom" content="Custom Content">';
}

add_action( 'greenlet_head', 'mytheme_print_in_head' );

Registered actions in Greenlet Theme:
greenlet_do_head in library/frontend/header-structure.php

Updated on January 28, 2020

Doc navigation

greenlet_before_topbar →

Help

  • Documentation
  • Support
  • Report a Bug
  • Get started
  • Contact Us

Useful Links

  • Show your Love
  • Blog Posts
  • About Us
  • Terms & Conditions
  • Privacy Policy

Knowledge base

  • System Requirements
  • Greenlet Terms – Glossary
  • Page Layout
  • Header and Footer Builder

Newsletter

Copyright © 2023 · Made with ♥ by Greenlet Team