Is there any way to catch changing specific field in custom taxonomy term? For example, i need to show notice in back-end, when slug in custom taxonomies term is changed. I'm reading about edited_term
and wp_update_term_data
but don't understand how to use it in my case.
Thanks for any idea.