Skip to content
README.md 1.58 KiB
Newer Older
# 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/