Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/shortcod...
File: videopress.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Provides VideoPress videos support when module is disabled.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 2.4
[4] Fix | Delete
* @since 3.9.5 Added compatibility with refactored VideoPress module.
[5] Fix | Delete
*
[6] Fix | Delete
* @package automattic/jetpack
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[10] Fix | Delete
exit( 0 );
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
if ( ! Jetpack::is_module_active( 'videopress' ) ) {
[14] Fix | Delete
[15] Fix | Delete
\Automattic\Jetpack\Assets::add_resource_hint(
[16] Fix | Delete
'//v0.wordpress.com',
[17] Fix | Delete
'dns-prefetch'
[18] Fix | Delete
);
[19] Fix | Delete
[20] Fix | Delete
include_once JETPACK__PLUGIN_DIR . 'modules/videopress/shortcode.php';
[21] Fix | Delete
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function