vimeo_height, $height

vimeo_height, $height

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('vimeo_height, $height') is found 1 times:

  • /modules/shortcodes/vimeo.php line 165
    	 * @since 3.4.0
    	 *
    	 * @param int $height Height of the Vimeo player in pixels.
    	 */
    	$height = (int) apply_filters( 'vimeo_height', $height );
    
    	return array( $width, $height );
    }
    
    /**
     * Convert a Vimeo shortcode into an embed code.