-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdata-store.php
More file actions
25 lines (23 loc) · 841 Bytes
/
data-store.php
File metadata and controls
25 lines (23 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* Data Store for centralized, globally available, persistent data, state, and configuration parameters.
*
* @package KnowTheCode\Static_Class
* @author hellofromTonya
* @license GPL-3.0+
*
* @wordpress-plugin
* Plugin Name: Data Store
* Plugin URI: https://KnowTheCode.io
* Description: Centralized, globally available, and persistent store for data, state, and configuration parameters.
* Version: 1.0.0
* Author: hellofromTonya
* Author URI: https://KnowTheCode.io
* Text Domain: data-store
* License: GPL-3.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* GitHub Plugin URI: https://github.com/KnowTheCode/lab-data-store
* Requires PHP: 5.6
* Requires WP: 5.0
*/
namespace KnowTheCode\Static_Class;