<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Sidebars * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_action( 'genesis_sidebar', 'genesis_do_sidebar' ); /* function genesis_do_sidebar() – Echo primary sidebar default content. */ add_action( 'genesis_sidebar_alt', 'genesis_do_sidebar_alt' ); /* function genesis_do_sidebar_alt() – Echo alternate sidebar default content. */ /* function genesis_default_widget_area_content() – Template for default widget area content. */