WP Manifestindependent plugin directory
manifest / multisite / lh-term-relationship-meta

LH Term Relationship Meta

Forked from WP Term Relationship Meta by JJJ. Adds a joinable meta-data table for WordPress taxonomy term relationships, and automatically records the author and timestamp of every term assignment.

by Peter Shaw (fork of JJJ's WP Term Relationship Meta) · github.com/lhero-org/lh-term-relationship-meta · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lhero-org/lh-term-relationship-meta/archive/refs/heads/main.zip

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?

Can I contribute?

Yes, please!