wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_video_shortcode › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_video_shortcode', $output, $atts, $video, $post_id, $library )
Parameter: (5)
  • () output Video shortcode HTML output.
    Erforderlich: Ja
  • () atts Array of video shortcode attributes.
    Erforderlich: Ja
  • () video Video file.
    Erforderlich: Ja
  • () post_id Post ID.
    Erforderlich: Ja
  • () library Media library used for the video shortcode.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the output of the video shortcode.





Quellcode

return apply_filters( 'wp_video_shortcode', $output, $atts, $video, $post_id, $library );