astra_check_current_post_comment_enabled()

Verify is current post comments are enabled or not for applying dynamic CSS.


Description


Return

(boolean)


Source

File: inc/core/common-functions.php

function astra_check_current_post_comment_enabled() {
	return ( is_singular() && comments_open() );
}

Changelog

Changelog
Version Description
3.0.1 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.