Action hooks

Descriptions of the WordPress® action hooks.

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

plugins_loaded

By the Web Warlock, Tuesday, 20/Jul/2010 15:47

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

edit_term_meta

By the Web Warlock, Wednesday, 9/Jun/2010 6:15

<?php do_action( 'edit_term_meta' , $term_id , $taxonomy );?>

{term_group}_checktable_before

By the Web Warlock, Wednesday, 9/Jun/2010 3:04

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.