wp-term-images icon indicating copy to clipboard operation
wp-term-images copied to clipboard

Images for categories, tags, and other taxonomy terms

Results 9 wp-term-images issues
Sort by recently updated
recently updated
newest added

I'm evaluating using this plugin on a WooCommerce site I'm building. Woo already has built-in support for adding images to it's `product_cat` taxonomy. And I want to add images to...

If `wp_update_term()` is called, to update a term outside of the admin screen, the save_meta function is run from the `edit_term` action, causing the image meta to be deleted. There...

The .org repo has version 1.0.0. The latest version in this GitHub repo seems to be 2.0.0. Among other things, there was a bug fixed in 2.0.0 in the [UI::add_column_value()](https://github.com/stuttter/wp-term-images/commit/9365dc20dea2598491d021d7ac18acc04a38eaf8#diff-324b7fdeaee67c36df0e5c1162c4cad281706cedcd1d88a2c75c3c3d79baa775R436)...

- [ ] added apply_filters("wp_term_{$this->meta_key}_allowed_taxonomies", $this->get_taxonomies() ); - [ ] bumped version number of UI class - [ ] added info about filters to readme.md

Hello, i was inquiring how to get image url i have saw the pull request that add `register_meta( 'term', $this->meta_key, array( 'sanitize_callback' => array($this, 'sanitize_callback'), 'auth_callback' => array($this, 'auth_callback'), 'show_in_rest'...

So I want to use this pluigin on a VIP Go project, so I needed to run the code sniffing and linting that platform requires. This PR, contains formatting done...

...I saw you need some front-end help. Hit me up, maybe I can help. I've been working on some plugins for clients and there would be overlap.

How to use this on tag pages?

Use the new register_meta "args" parameter to show the term image in the Rest API response. Add a filter for the "show_in_rest" option.