youtube_width, $w

youtube_width, $w

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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
    	 *