um_theme_after_comments_title
Hook Type: Action
Description: Add some content below the Comments Sections Title.
Currently Hooked Function:
n/a
Usage:
add_action( 'um_theme_after_comments_title', 'my_theme_footer' );
Example:
<?php add_action( 'um_theme_after_comments_title', 'my_comments_title' ); function my_comments_title() { // your code here; } ?>
Change log: Since 1.0
Source: is located in comments.php of line 53