mirror of
https://gh.wpcy.net/https://github.com/JoseMortellaro/editor-cleanup-for-avada.git
synced 2026-04-17 19:22:34 +08:00
5 lines
92 B
PHP
5 lines
92 B
PHP
<?php
|
|
if( !defined( 'WP_UNINSTALL_PLUGIN') ){
|
|
die;
|
|
}
|
|
delete_site_option( 'fdp_avada' );
|