Actions(); $this->Filters(); } function Filters() { add_filter( 'body_class', array( $this, 'BodyClass' ), 10, 2 ); add_filter( 'attire_layout_type', array( $this, 'PageLayout' ) ); } function Actions() { add_action( 'wp_head', array( $this, 'WPHead' ) ); add_action( 'admin_head', array( $this, 'adminHead' ) ); add_action( 'admin_footer', array( $this, 'adminFooter' ) ); add_action( 'wp_ajax_hide_ab_notice', array( $this, 'hideABNotice' ) ); add_action( 'widgets_init', array( $this, 'InitiateWidgets' ) ); } function WPHead() { $this->CustomPageHeader(); $this->CustomCSS(); } function adminHead(){ ?>
esc_html__( 'Left Sidebar', 'attire' ), 'id' => 'left', 'description' => esc_html__( 'Left Sidebar', 'attire' ), 'before_widget' => '', 'before_title' => '