Ideas for plugin enhancement
-
Hi,
I’m using this plugin and I like it, however, I’d love some things to be a little bit different.
First of all, database table uses field “taxonomy_id” for storing “term_id”, which is little bit confusing (it’s possible, the word “taxonomy” instead of “term” is used even at other parts of plugin). Of course, it is not good idea to change it (somebody may have used some $wpdb queries on the table – it would stop working) – some warning about this could be placed to the plugin description, to avoid confusion.
Second problem, I have encountered is metadata persistance even after associated term is removed. I guess
add_filter('deleted_term_taxonomy', 'some_function');
with appropriate “some_function()” should solve the issue.When using the plugin to rewrite some functions working with posts meta, I had to make more changes, because of lack of “get_post_custom()” function equivalent…
Last thing – it would be nice to have some custom field listing/editing in wp-admin term edit section ( wp-admin/edit-tags.php?action=edit&taxonomy=some_taxonomy&tag_ID=1234&post_type=post ).
Thank you for considering some of the enhancements. Even without them, this is great plugin… Thank you for that
- The topic ‘Ideas for plugin enhancement’ is closed to new replies.