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.
Descriptions of the WordPress® action hooks.
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.
By the Web Warlock, Tuesday, 8/Jun/2010 6:14
Description of the function show_term_meta_form located in the file wp-content/plugins/zyx-term-meta/includes/admin / term-meta-form.php. Displays the Edit Term Meta admin form. Calls the action edit_term_meta_form. Hooks to the edit_tag_form action hook at priority 0.
<?php show_term_meta_form(); ?>
By the Web Warlock, Sunday, 9/May/2010 21:48
Description of the function init_term_meta_cache located in the file wp-content/plugins/zyx-term-meta/includes / term-meta-cache.php of the plugin ZYX Term Meta. Uses the plugins_loaded hook, the wp_cache_get, wp_cache_set and wp_parse_args functions, the methods $wpdb->get_results and $wpdb->prepare, and the $wpdb->prefix property of object $wpdb, mapping to fields term_id, meta_key and meta_value. Calls add_action at priority 1.
<?php init_term_meta_cache(); ?>
431 queries. 0.474 seconds. Powered by WordPress
Code is magic