Action hooks

Action hooks reference

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

of a WordPress® .

Descriptions of a WordPress® action hook.

Adding excerpts to Pages

By the Web Warlock, Wednesday, 28/Jul/2010 3:47

To add excerpts to Pages, from 3.0 on you just need to add the support for the excerpt feature for the page post type with add_post_type_support called in the init hook.

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 );?>