<?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 StudioPress\Genesis * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ namespace StudioPress\Genesis\Admin\Install; \add_action( 'after_switch_theme', __NAMESPACE__ . '\\insert_default_settings' ); /* function insert_default_settings() – Inserts the default Genesis settings values into the options table, if they don’t already exist. */ \add_action( 'after_switch_theme', __NAMESPACE__ . '\\insert_default_seo_settings' ); /* function insert_default_seo_settings() – Inserts the default Genesis settings values into the options table, if they don’t already exist. */