Development

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

[analog_clock]: Source code

By the Web Warlock, Monday, 31/May/2010 19:00

Source code of the function the_clocked_time_shortcode, used to add the analog_clock shortcode of the ZYX Classical Circular Clock plugin.