39 add_filter(
'ctfw_has_content', array( $this,
'if_gravityview_return_true' ) );
53 if( ! class_exists(
'GravityView_frontend' ) ) {
59 return ( $instance->is_gravityview_post_type || $instance->post_has_shortcode ) ? true : $has_content;
if_gravityview_return_true( $has_content=false)
Tell Church Themes that GravityView has content if the current page is a GV post type or has shortcod...
new GravityView_Theme_Hooks_Church_Themes
$constant_name
Church Themes framework version number.
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...
static getInstance()
Get the one true instantiated self.