<?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_Boxes */ /* function Genesis_Admin_Boxes::metaboxes() – Register the meta boxes. */ /* function Genesis_Admin_Boxes::scripts() – Include the necessary sortable meta box scripts. */ /* function Genesis_Admin_Boxes::admin() – Use this as the settings admin callback to create an admin page with sortable meta boxes. */ /* function Genesis_Admin_Boxes::do_metaboxes() – Echo out the do_meta_boxes() and wrapping markup. */ /* function Genesis_Admin_Boxes::add_meta_box() – Add meta box to the current admin screen. */ /* function Genesis_Admin_Boxes::do_meta_box() – Echo out the content of a meta box. */ /* function Genesis_Admin_Boxes::settings_init() – Initialize the settings page. */