Uses
Uses | Description |
---|---|
wp-admin/includes/ajax-actions.php: load-widgets.php | Fires early when editing the widgets displayed in sidebars. |
wp-admin/includes/ajax-actions.php: widgets.php | Fires early when editing the widgets displayed in sidebars. |
wp-admin/widgets.php: sidebar_admin_setup | Fires early before the Widgets administration screen loads, after scripts are enqueued. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/widgets.php: wp_get_sidebars_widgets() | Retrieve full list of sidebars and their widget instance IDs. |
wp-includes/widgets.php: wp_set_sidebars_widgets() | Set the sidebar widget option to update sidebars. |