Hook reference

Descriptions and quick reference for the WordPress hooks (either action hooks or filter hooks).

By the Web Warlock, Wednesday, 25/Aug/2010 19:14

The edit_term_meta action hook runs when the postdata of the edit termmeta form is saved. To save your termmeta, you should hook to this. It passes the args $term_id and $taxonomy to the hooked functions.

The WordPress® plugins_loaded action hook triggers once all plugins are loaded; is the second action triggered.

The action hook {term_group}_checktable_before is called just before the checktable of the term_group is displayed. It passes the vars $post , $term_group , $post_terms.