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