<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this * file under any circumstances. Do all modifications via a child theme. * * @package Genesis\Admin\WidgetImport * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ namespace StudioPress\Genesis\Admin\WidgetImport; /* function insert_widget() – Inserts a widget into the named sidebar by updating the `wp_options` table. */ /* function clear_widget_areas() – Clears widgets from named widget areas, moving widgets they contain to the ‘Inactive Widgets’ area. */ /* function get_next_widget_id() – Gets the next widget ID for widgets of a given type. */ /* function swap_placeholders() – Swaps placeholder strings representing an imported post with the post’s ID. */