Lines:
1 to 18 of 18
<?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\Admin * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_action( 'admin_notices', 'genesis_use_child_theme_notice' ); /* function genesis_use_child_theme_notice() – Display Warning that Genesis should always be used with a child theme. */