comment_form_lockdown_message()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

comment_form_lockdown_message();

comment_form_lockdown_message() code WPSCache 1.11.0

<?php
function comment_form_lockdown_message() {
	?><p><?php _e( "Comment moderation is enabled. Your comment may take some time to appear.", 'wp-super-cache' ); ?></p><?php
}