COMMENTS_TEMPLATE
The WordPress Core COMMENTS TEMPLATE constant.
Value (bool)
true
Usage
if ( defined( 'COMMENTS_TEMPLATE' ) ) { // grab the value $value = constant( 'COMMENTS_TEMPLATE' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/comment-template.php
- define('COMMENTS_TEMPLATE', true);