um_theme_single_post_after

Hook Type: Action

Description: Add some content after the single post type

div.

Currently Hooked Function:

n/a

Usage:

add_action( 'um_theme_single_post_after', 'my_theme_post' );

Example:

<?php
add_action( 'um_theme_single_post_after', 'my_theme_post' );

function my_theme_post() { 
	// your code here;
 } 
?>

Change log: Since 1.0

Source: is located in single.php of line 25