beans_comments_closed

Echo closed comments content.

beans_comments_closed( )

Return: (void)

Source

function beans_comments_closed() {

	beans_open_markup_e( 'beans_comments_closed', 'p', array( 'class' => 'uk-alert uk-alert-warning uk-margin-bottom-remove' ) );

		beans_output_e( 'beans_comments_closed_text', __( 'Comments are closed for this article!', 'tm-beans' ) );

	beans_close_markup_e( 'beans_comments_closed', 'p' );

}