youtube_width, $w
youtube_width, $w
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('youtube_width, $w') is found 1 times:
- /modules/shortcodes/youtube.php line 517
* @since 1.1.0 * * @param int $w Width of the YouTube player in pixels. */ $w = (int) apply_filters( 'youtube_width', $w ); /** * Filter the YouTube player height. * * @module shortcodes *