<?php the_clocked_time( $width = '16' , $height = '16' , $echo = true , $args = NULL ); ?>
wp_
- « Previous
- 1
- 2
the_clocked_time
By the Web Warlock, Monday, 24/May/2010 20:11
Description of the template tag the_clocked_time located in the file wp-content/plugins/zyx-analog-clock/includes / functions.php folder of the plugin ZYX Classical Circular Clock. Uses the functions get_the_time, plugin_basename, wp_parse_args, zyx_join_flashvars and zyx_Hixie_flash, and the constant WP_PLUGIN_URL. Pending completion and add parameters.
register_term_group
By the Web Warlock, Sunday, 23/May/2010 16:37
Description of the function register_term_group located in the file wp-content/plugins/zyx-term-meta/includes / term-groups.php of the plugin ZYX Term Meta. Uses the functions add_term_group_meta_boxes, get_term_group and wp_parse_args, and the global vars $zyx_term_groups and $zyx_term_group_list.
<?php register_term_group( $name , $args = array( 'nicename' => NULL , 'description' => NULL , 'parents' => array() , 'children' => array() , 'post_type' => array( 'post' ) , 'add_meta_box' => false , 'restrict_meta_box' => false , 'meta_box_context' => 'normal' , 'meta_box_priority' => 'high' , 'meta_box_hook_priority' => 10 , 'show_checktable' => true , 'checktable_cols' => 5 , 'checktable_nicename' => NULL , 'checktable_lock' => false , 'checktable_read_only' => false, 'use_thumbnail' => false , 'checktable_taxonomy' => 'category' , 'checktable_unique' => false , 'hide_checktable_for' => array() , 'hide_in_list_for' => array() , 'show_title' => true , 'show_empty_title' => false , 'error_message_none' => NULL , 'show_new_term' => true , 'show_empty_new_term' => true , 'is_folder' => false , 'template' => NULL , 'custom_fields' => array(), /* array of arrays with props key, nicename, description, form_function, save_function, value_function */ 'tag_function' => NULL , 'tag_function_args' => NULL , 'tag_format' => '%s' , /* separators for terms of the group */ 'tag_sep' => __( ' ' ) , 'tag_last_sep' => __( ' ' ) , /* separators for children of the group */ 'sep' => __( ', ' , 'zyx-term-meta' ) , 'last_sep' => __( ' and ' , 'zyx-term-meta' ) , 'tag_class' => NULL , 'children_before_depth' => array() , 'children_after_depth' => array() ) ); ?>
get_all_meta_children
By the Web Warlock, Friday, 14/May/2010 13:11
Description of the function get_all_meta_children, located in the file wp-content/plugins/zyx-term-meta/includes / parentage.php of the plugin ZYX Term Meta. Uses the functions get_term_meta_children_from_cache, get_term_query_vars and wp_cache_set, and the methods $wpdb->prepare and $wpdb->get_results and the property $wpdb->prefix of the global object $wpdb.
<?php get_all_meta_children( $term_id = NULL , $add_parent = true , $field = '_parent' , $depth = -1 , $cur_depth = 0 , $use_cache = true ); ?>
init_term_meta_cache
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(); ?>
- « Previous
- 1
- 2
426 queries. 0.437 seconds. Powered by WordPress
Code is magic