video_flash_params, (array

video_flash_params, (array

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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.