WordPress.org

Make WordPress Core

Opened 8 months ago

Last modified 8 months ago

#22293 new enhancement

New Filter for wp_update_term

Reported by: baernty Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version:
Severity: normal Keywords:
Cc: baernty

Description

I need a filter for $slug in this function. I want to check if there is a page with the same slug, because i don't use the category base.

Thanks very much.

Change History (3)

comment:1 baernty8 months ago

  • Cc baernty added

comment:2 baernty8 months ago

and of course, also for a new term in wp_insert_term
THANKS!

comment:3 SergeyBiryukov8 months ago

create_term or edit_term actions can be used to update the slug right after the term is created or updated.

Note: See TracTickets for help on using tickets.