um_theme_single_post_before
Hook Type: Action
Description: Add some content before the single post type
Currently Hooked Function:
n/a
Usage:
add_action( 'um_theme_single_post_before', 'my_theme_post' );
Example:
<?php add_action( 'um_theme_single_post_before', 'my_theme_post' ); function my_theme_post() { // your code here; } ?>
Change log: Since 1.0
Source: is located in single.php of line 23