Ticket #4056 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

wp_insert_category: add an exit hook

Reported by: kevinB Assigned to: rob1n
Priority: low Milestone: 2.2
Component: Administration Version:
Severity: normal Keywords: has-patch commit
Cc:

Description

I'm writing a plugin which needs to perform an operation after clean_category_cache calls. All other calling functions have sufficient hooks.

This new hook will upgrade wp_insert_category to the API standards of its peers.

Attachments

admin~admin-db.php.diff (349 bytes) - added by kevinB on 03/31/07 07:50:21.

Change History

03/31/07 07:50:21 changed by kevinB

  • attachment admin~admin-db.php.diff added.

03/31/07 16:48:41 changed by rob1n

  • keywords set to has-patch commit.
  • owner changed from anonymous to rob1n.

Looks good.

03/31/07 21:34:18 changed by rob1n

  • status changed from new to closed.
  • resolution set to fixed.

(In [5157]) Add exit hooks to wp_insert_category(). Props kevinB. fixes #4056