芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/pro/import-export/entries/tools.js
/** * WordPress dependencies */ import { registerPlugin } from '@wordpress/plugins'; import { setLocaleData } from '@wordpress/i18n'; // Silence warnings until JS i18n is stable. setLocaleData( { '': {} }, 'ithemes-security-pro' ); /** * Internal dependencies */ import App from './tools/app.js'; registerPlugin( 'itsec-import-export-tools', { render() { return
; }, } );