Top Google Search Results
- edited_terms Wordpress hook details -- Adam Brown, BYU Political ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Add Term or Taxonomy Meta Data
Jun 4, 2010 ... add_action ( 'edited_terms', 'save_tag_data' );. There seems ... You could have used the action 'edited_shiba_term' instead of 'edited_terms'. - wp_update_term | A HitchHackers guide through WordPress
Feb 12, 2011 ... Defined actions. edit_terms do_action( 'edit_terms', $alias->term_id );; edited_terms do_action( 'edited_terms', $alias->term_id );; edit_terms ... - wp editor - wp_editor textarea value not updating - WordPress
If you attach to "edited_terms" it works as expected and I think this is a result of ajax being used on the create term page... I have updated the test code to show ...