芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/tt.kahokutaku.com/wp-content/plugins/all-in-one-seo-pack/uninstall.php
unhook_dispatch_async_request(); } // Drop our custom tables. aioseo()->core->uninstallDb(); // Remove translation files. global $wp_filesystem; $languages_directory = defined( 'WP_LANG_DIR' ) ? trailingslashit( WP_LANG_DIR ) : trailingslashit( WP_CONTENT_DIR ) . 'languages/'; $translations = glob( wp_normalize_path( $languages_directory . 'plugins/aioseo-*' ) ); if ( ! empty( $translations ) ) { foreach ( $translations as $file ) { $wp_filesystem->delete( $file ); } } $translations = glob( wp_normalize_path( $languages_directory . 'plugins/all-in-one-seo-*' ) ); if ( ! empty( $translations ) ) { foreach ( $translations as $file ) { $wp_filesystem->delete( $file ); } }