WP Manifestindependent plugin directory
manifest / content / term-meta-ui

Term Meta UI

WordPress plugin. Provides a user interface for reading and writing term meta data.

by Corey Salzano · github.com/csalzano/term-meta-ui

5stars
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/csalzano/term-meta-ui/archive/refs/heads/main.zip

Declares an update source (csalzano/term-meta-ui), so updates arrive through the plugin's own updater.

From the readme

term-meta-ui WordPress plugin. Provides a user interface for reading and writing term meta data. If you've used wp-admin/options.php to view or edit options, this works similarly for taxonomy term meta values. - Uses the core term meta database table & addtermmeta,deletetermmeta API functions - Handles multi-valued meta fields Screenshot This screenshot shows the bottom of wp-admin/term.php where a Term Meta UI section is added.

Read the full README on GitHub →