editor-cleanup-for-avada/uninstall.php
JoseMortellaro ad4e6bc0a7 v0.0.5
v0.0.5
2024-06-21 23:56:06 +02:00

5 lines
92 B
PHP

<?php
if( !defined( 'WP_UNINSTALL_PLUGIN') ){
die;
}
delete_site_option( 'fdp_avada' );