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