✏️ 正在编辑: uninstall.php
路径:
/home/lssfapb/www/wp-content/themes/Avada/includes/lib/inc/redux/framework/uninstall.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Fired when the plugin is uninstalled. * * @package FusionReduxFramework\Uninstall * @author Dovy Paukstys <info@simplerain.com> * @since 3.0.0 */ // If uninstall, not called from WordPress, then exit if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // TODO: Define uninstall functionality here
💾 保存文件
← 返回文件管理器