Parsed: 127036
<?php /** * Widget API: WP_Widget_Custom_HTML class * * @package WordPress * @subpackage Widgets * @since 4.8.1 */ /* class WP_Widget_Custom_HTML */ /* function WP_Widget_Custom_HTML::__construct() – Sets up a new Custom HTML widget instance. */ /* function WP_Widget_Custom_HTML::_register_one() – Add hooks for enqueueing assets when registering all widget instances of this widget class. */ /* function WP_Widget_Custom_HTML::_filter_gallery_shortcode_attrs() – Filter gallery shortcode attributes. */ /* function WP_Widget_Custom_HTML::widget() – Outputs the content for the current Custom HTML widget instance. */ /* function WP_Widget_Custom_HTML::update() – Handles updating settings for the current Custom HTML widget instance. */ /* function WP_Widget_Custom_HTML::enqueue_admin_scripts() – Loads the required scripts and styles for the widget control. */ /* function WP_Widget_Custom_HTML::form() – Outputs the Custom HTML widget settings form. */ /* function WP_Widget_Custom_HTML::render_control_template_scripts() – Render form template scripts. */ /* function WP_Widget_Custom_HTML::add_help_text() – Add help text to widgets admin screen. */