Filters the output of the video shortcode.
$outputstring$attsarray$videostring$post_idint$librarystringwp-includes/media.php:4003wp_video_shortcode() * @param string $output Video shortcode HTML output. * @param array $atts Array of video shortcode attributes. * @param string $video Video file. * @param int $post_id Post ID. * @param string $library Media library used for the video shortcode. */ return apply_filters( 'wp_video_shortcode', $output, $atts, $video, $post_id, $library );}add_shortcode( 'video', 'wp_video_shortcode' ); /** * Gets the previous image link that has the same post parent. *Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.