Make WordPress Core

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

#1 @c3mdigital
13 years ago

  • Keywords dev-feedback removed
  • Resolutionwontfix
  • Status newclosed
  • Version 3.1.22.7.1

wp_ajax_inline_save_tax() calls wp_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.

#2 @helen
13 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.