- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/wp video shortcode
Description
Implements the functionality of the Video Shortcode for displaying (and playing) video-files in a post. Conditionally adds HTML video tag (with media player, sized to $content_width defined in active Theme) or fallback HTML.
Default WordPress supported video formats are: mp4, m4v, webm, ogv, wmv, flv.
Usage
%%% <?php wp_video_shortcode( $attr ) ?> %%%
Parameters
- $attr
- (array) (必須) Attributes of the shortcode.
- 初期値: なし
Return
- (string)
- HTML content to display video.
Example
Change Log
- Since: 3.6.0
Source File
wp_video_shortcode() is located in wp-includes/media.php
.
Related
ショートコード: do_shortcode(), add_shortcode(), remove_shortcode(), remove_all_shortcodes(), shortcode_atts(), strip_shortcodes(), shortcode_exists(), has_shortcode(), get_shortcode_regex(), wp_audio_shortcode(), wp_video_shortcode(), フィルター no_texturize_shortcodes /en
ビデオ:
wp_video_shortcode(),
wp_get_video_extensions(),
get_attached_video(),
get_attached_media(),
get_embedded_video(),
get_embedded_media(),
wp_embed_handler_video(),
wp_mediaelement_fallback(),
wp_read_video_metadata(),
wp_add_id3_tag_data(),
the_post_format_video(),
get_the_post_format_media(),
get_content_video(),
get_content_media()