Descriptions and quick reference for the WordPress hooks (either action hooks or filter hooks).
Hook reference
edit_term_meta action hook. |
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. |
plugins_loaded (action hook). |
The WordPress® plugins_loaded action hook triggers once all plugins are loaded; is the second action triggered. |
{term_group}_checktable_before (action hook). |
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. |