<?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\Upgrade; /* class Upgrade_DB_3001 */ /* function Upgrade_DB_3001::upgrade() – Upgrade method. */ /* function Upgrade_DB_3001::filesystem() – Helper method to access (& include/instantiate if necessary) $wp_filesystem global. */ /* function Upgrade_DB_3001::migrate_blog_pages() – Migrate query_args and/or template for pages using page_blog.php template. */ /* function Upgrade_DB_3001::migrate_archive_pages() – Generate page_archive.php template file for blogs using default Genesis page_archive.php. */ /* function Upgrade_DB_3001::blog_template_exists() – Determine if the ‘Blog’ page template exists. */ /* function Upgrade_DB_3001::archive_template_exists() – Determine if the ‘Archive’ page template is available. */ /* function Upgrade_DB_3001::create_blog_template() – Create the ‘page_blog.php’ file within child theme if missing. */ /* function Upgrade_DB_3001::create_archive_template() – Create the ‘page_archive.php’ file within child theme if missing. */