Support Add New Modal for Taxonomies #6810
sc0ttkclark
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add New Modal is tricky for taxonomies because the
edit-tags.php
add new term form does not have any JS to hook into. The best we may be able to do is try to listen to the DOM for the term listtable
and try to catch the added<tr>
node when it's added after submission.Not sure there's going to be any better solution there.
Beta Was this translation helpful? Give feedback.
All reactions