#17642 closed enhancement (wontfix)
hook for category edit needed
| Reported by: | cardy_web | Owned by: | cardy_web |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I think is needed an hook inside admin-ajax.php (line 1226) case 'inline-save-tax'
When you use "quick edit mode" to edit category no hooks get involved so function hooked into {action}_category are never called.
Instead everything work well using classic edit mode
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
wp_ajax_inline_save_tax()callswp_update_term()and action hooks are called: 'edit_term', 'edit_$taxonomy', 'edited_term', 'edited_$taxonomy'.If additional hooks are needed please provide a use case to support the request.