get_template( 'header-stickybar.tpl.php' ); ?>
parent->sections as $k => $section ) { ?>
parent->args['page_slug'] === $_GET['page'] ) { // phpcs:ignore WordPress.Security.NonceVerification ?>
parent->args['opt_name']}/section/before", $section );
$this->output_section( $k );
/**
* Action 'redux/page/{opt_name}/section/after'
*
* @param object $this ReduxFramework
*/
// phpcs:ignore WordPress.NamingConventions.ValidHookName
do_action( "redux/page/{$this->parent->args['opt_name']}/section/after", $section );
}
?>
parent->args['opt_name']}/sections/after", $this );
?>
get_template( 'footer.tpl.php' ); ?>