um_theme_before_site
Hook Type: Action
Description: Add some content before the #page div.
Currently Hooked Function:
um_theme_output_header_code();
Usage:
add_action( 'um_theme_before_site', 'um_theme_core_header' );
Example:
<?php add_action( 'um_theme_before_site', 'my_theme_header' ); function my_theme_header() { // your code here; } ?>
Change log: Since 1.0
Source: is located in header.php of line 19