appthemes_before_comments

This function executes in the comments-[post_type].php file and runs before the comments template is loaded.

appthemes_before_comments();

You can use this hook to add things like legal disclaimers or other information your readers should know after commenting.

<?php
function insert_comments_disclaimer() { 
    echo '<div class="disclaimer">' . __( 'Comments will be moderated and approved upon author\'s discretion.' , 'appthemes' ) . '</div>';
}
add_action( 'appthemes_before_comments', 'insert_comments_disclaimer' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_before_comments() is located in comments-[post_type].php.

Your rating: none
Rating: 5 - 1 vote

Popular Add-ons

Ads By Category or Ad Tag

Display ads from specific category or categories by using a filter widget.


(5)
$12

Sorted Filtered Coupons

Sorting and Filtered Coupons on coupons listing pages as well as search…


(3)
$19

2Checkout

Accept up to eight payment methods, fifteen languages, & twenty six…


(4)
$39