video_flash_params, (array
video_flash_params, (array
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('video_flash_params, (array') is found 1 times:
- /modules/videopress/class.videopress-player.php line 850
* @since 1.2.0 * * @param array $this->video->players->swf->params Array of swf parameters for the VideoPress flash player. */ apply_filters( 'video_flash_params', (array) $this->video->players->swf->params, 10, 1 ) ); } } /** * Flash player markup in a HTML embed element.