PHP Classes

File: src/data/store.ts

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WordPress React Plugin Kit   src/data/store.ts   Download  
File: src/data/store.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress React Plugin Kit
Environment to develop new WordPress plugins
Author: By
Last change:
Date: 1 year ago
Size: 193 bytes
 

Contents

Class file image Download
/** * External dependencies. */ import { register } from '@wordpress/data'; /** * Internal dependencies. */ import JobStore from './jobs'; /** * Register stores. */ register(JobStore);