芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/modules/promos/entries/site-scan.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 './site-scan/app.js'; registerPlugin( 'itsec-promos-site-scan', { render() { return
; }, } );