Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/external...
File: external-media.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* External Media allows users to either select external photos in the Editor or import external photos in the WP Admin.
[2] Fix | Delete
* This is not a proper module, and it's always loaded when a site is connected to WordPress.com via module-extras.php.
[3] Fix | Delete
* In addition, the whole functionality lives in a separate External Media package.
[4] Fix | Delete
*
[5] Fix | Delete
* @package automattic/jetpack
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( class_exists( 'Automattic\Jetpack\External_Media\External_Media' ) ) {
[9] Fix | Delete
Automattic\Jetpack\External_Media\External_Media::init();
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function