Top Google Search Results
- delete_{$taxonomy} Wordpress hook details -- Adam Brown, BYU ...
WordPress hook directory delete_{$taxonomy}. Important warning about variable hooks. Some hooks have variables in their names. For example ... - #20645 ('delete_term' action doesn't pass the deleted term object ...
May 9, 2012 ... @uses do_action() Calls both 'delete_term' and 'delete_$taxonomy' action * hooks, passing term object, term id. 'delete_term' gets an ... - Can taxonomies of custom post types be used with category actions?
Oct 31, 2011 ... What you're looking for are the create_$taxonomy , edit_$taxonomy and delete_$ taxonomy hooks. $taxonomy is, of course, your taxonomy ... - wp_delete_term (WordPress Function) - WPSeek.com
if ( 'category' == $taxonomy ) { $defaults['default'] = get_option( 'default_category' ); if ( $defaults['default'] == $term ) return 0; // Don't delete the default category } ...