Hooks

Action hooks reference

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

of a WordPress® .

Descriptions of a WordPress® action hook.

Descriptions of hooks

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

of a WordPress® .

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

get_term_custom

By the Web Warlock, Wednesday, 4/Aug/2010 22:11

located in the file / of the plugin . Uses the functions , and , and the methods and and the property of the global object. Reads the fields and of the table . Uses the filters .

<?php get_term_custom( $term_id , $key = NULL , $args = NULL ); ?>

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.