Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# WP Term Relationship Meta
A global, joinable meta-data table for your WordPress Multisite sites
* Seamlessly integrates into WordPress's WP_Site_Query
* Safe, secure, & designed to scale
# Installation
## WordPress
* Ensure `DO_NOT_UPGRADE_GLOBAL_TABLES` is not truthy in your `wp-config.php` or equivalent
* Ensure `wp_should_upgrade_global_tables` is not filtered to be falsey
* Download and install using the built-in WordPress plugin installer
* Network Activate in the "Plugins" area of the network-admin of the main site of your installation (phew!)
* Optionally drop the entire `wp-term-relationship-meta` directory into `mu-plugins`
* No further setup or configuration is necessary
## Composer
* Add repository source : `{ "type": "vcs", "url": "https://github.com/stuttter/wp-term-relationship-meta.git" }`
* Include `"stuttter/wp-term-relationship-meta": "dev-master"` in your composer file
# FAQ
### Does this create new database tables?
Yes. It adds `wp_term_relationshipmeta` to `$wpdb->ms_global_tables`.
### Does this support object caching?
Yes. It uses a global `term_relationshipmeta` cache-group for all meta data.
### Does this modify existing database tables?
No. All of WordPress's core database tables remain untouched.
### Where can I get support?
* Basic: https://wordpress.org/support/plugin/wp-term-relationship-meta/
* Priority: https://chat.flox.io/support/channels/wp-term-relationship-meta/
### Can I contribute?
Yes, please!
* Public - https://github.com/stuttter/wp-term-relationship-meta/
* Bleeding - https://code.flox.io/stuttter/wp-term-relationship-meta/