Uses
Uses | Description |
---|---|
wp-includes/widgets/class-wp-widget-media-video.php: WP_Widget_Media_Video::get_instance_schema() | Get schema for properties of a widget instance (item). |
wp-includes/widgets/class-wp-widget-media-video.php: WP_Widget_Media_Video::inject_video_max_width_style() | Inject max-width and remove height for videos too constrained to fit inside sidebars on frontend. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/embed.php: wp_oembed_get() | Attempts to fetch the embed HTML for a provided URL using oEmbed. |
wp-includes/media.php: wp_video_shortcode() | Builds the Video shortcode output. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |