Lines:
1 to 24 of 24
<?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/ */ /* class Genesis_Admin_Import_Export */ /* function Genesis_Admin_Import_Export::__construct() – Create an admin menu item and settings page. */ /* function Genesis_Admin_Import_Export::help() – Contextual help content. */ /* function Genesis_Admin_Import_Export::admin() – Callback for displaying the Genesis Import / Export admin page. */ /* function Genesis_Admin_Import_Export::notices() – Add custom notices that display after successfully importing or exporting the settings. */ /* function Genesis_Admin_Import_Export::get_export_options() – Return array of export options and their arguments. */ /* function Genesis_Admin_Import_Export::export_checkboxes() – Echo out the checkboxes for the export options. */ /* function Genesis_Admin_Import_Export::export() – Generate the export file, if requested, in JSON format. */ /* function Genesis_Admin_Import_Export::import() – Handle the file uploaded to import settings. */