wp-includes/widgets/class-wp-widget-media-image.php
Lines:
1 to 17 of 17
<?php /** * Widget API: WP_Widget_Media_Image class * * @package WordPress * @subpackage Widgets * @since 4.8.0 */ /* class WP_Widget_Media_Image */ /* function WP_Widget_Media_Image::__construct() – Constructor. */ /* function WP_Widget_Media_Image::get_instance_schema() – Get schema for properties of a widget instance (item). */ /* function WP_Widget_Media_Image::render_media() – Render the media on the frontend. */ /* function WP_Widget_Media_Image::enqueue_admin_scripts() – Loads the required media files for the media manager and scripts for media widgets. */ /* function WP_Widget_Media_Image::render_control_template_scripts() – Render form template scripts. */