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.zipWP 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_TABLESis not truthy in yourwp-config.phpor equivalent - Ensure
wp_should_upgrade_global_tablesis 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-metadirectory intomu-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!