'Header', 'hooks' => array( 'ast_header_before' => __( 'Before Header', 'astra' ), 'ast_header_after' => __( 'After Header', 'astra' ), ), ), array( 'label' => 'Content', 'hooks' => array( 'ast_content_before' => __( 'Before Content', 'astra' ), 'ast_content_after' => __( 'After Content', 'astra' ), ), ), array( 'label' => 'Footer', 'hooks' => array( 'ast_footer_before' => __( 'Before Footer', 'astra' ), 'ast_footer_after' => __( 'After Footer', 'astra' ), ), ), ); } } endif; /** * Kicking this off by calling 'get_instance()' method */ $ast_beaver_themer = Ast_Beaver_Themer::get_instance();