Hooks

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.

show_term_meta_form

By the Web Warlock, Tuesday, 8/Jun/2010 6:14

located in the file / . Displays the admin form. Calls the action . Hooks to the action hook at priority 0.

<?php show_term_meta_form(); ?>