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