mirror of
https://gh.wpcy.net/https://github.com/JoseMortellaro/editor-cleanup-for-avada.git
synced 2026-04-17 19:22:34 +08:00
7 lines
310 B
PHP
7 lines
310 B
PHP
<?php
|
|
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
|
|
|
|
if( file_exists( WPMU_PLUGIN_DIR.'/fdp-mu-avada.php' ) ){
|
|
unlink( WPMU_PLUGIN_DIR.'/fdp-mu-avada.php' );
|
|
}
|
|
eos_dp_ecfa_write_file( FDP_ECFA_PLUGIN_DIR.'/mu-plugins/fdp-mu-avada.php',WPMU_PLUGIN_DIR,WPMU_PLUGIN_DIR.'/fdp-mu-avada.php',true );
|