vimeo_width, $width

vimeo_width, $width

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('vimeo_width, $width') is found 1 times:

  • /modules/shortcodes/vimeo.php line 154
    	 * @since 3.4.0
    	 *
    	 * @param int $width Width of the Vimeo player in pixels.
    	 */
    	$width = (int) apply_filters( 'vimeo_width', $width );
    
    	/**
    	 * Filter the Vimeo player height.
    	 *
    	 * @module shortcodes
    	 *