芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/packages/search/src/store/index.js
/** * WordPress dependencies */ import { registerStore } from '@wordpress/data'; /** * Internal dependencies */ import * as actions from './actions'; import * as selectors from './selectors'; import reducer from './reducers'; export const STORE_NAME = 'ithemes-security/search'; const store = registerStore( STORE_NAME, { actions, selectors, reducer, } ); export default store;