Astra_Ext_Header_Sections_Markup::astra_below_header_enabled()
Below Header status
Description
Source
File: addons/header-sections/classes/class-astra-ext-header-sections-markup.php
public function astra_below_header_enabled() { $below_header_layout = astra_get_option( 'below-header-layout' ); $below_header_meta = astra_get_option_meta( 'ast-below-header-display' ); if ( ! apply_filters( 'astra_below_header_disable', false ) && 'disabled' != $below_header_layout && 'disabled' != $below_header_meta ) { return true; } return false; }
Expand full source code Collapse full source code View on Trac