[wp-hackers] On slug change, do something
J.D. Grimes
jdg at codesymphony.co
Tue Jul 30 21:58:31 UTC 2013
> Isn't there a function exactly named as "edit_term" in the core which I can
> go and look up to check how many args does that function possibly take ?
> That way I'd be going to the function def ( which is in one place) as
> opposed to going to function calls to it - thru sites like adambrown?
If you look at this page, it shows each time that the "edit_term" action is used:
http://adambrown.info/p/wp_hooks/hook/edit_term?version=3.5&file=wp-includes/taxonomy.php
In this case, it is only used once.
-J.D.
More information about the wp-hackers
mailing list