footer_widgets ); foreach ( $footer_widgets as $key => $area ) { if ( is_active_sidebar( $key ) ) { return apply_filters( 'czr_has_footer_widgets', true ); } } //If not widgets still display in preview (will display placeholders) when not prevdem $to_display = czr_fn_is_customize_preview_frame() && !czr_fn_isprevdem(); return apply_filters( 'czr_has_footer_widgets', $to_display ); } }//end of class endif;