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