Uses
Uses | Description |
---|---|
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/class-wp-widget.php: WP_Widget::save_settings() | Saves the settings for all instances of the widget class. |
wp-includes/widgets.php: wp_convert_widget_settings() | Converts the widget settings from single to multi-widget format. |