vimeo_height, $height
vimeo_height, $height
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_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.