Source code of the WordPress function get_term_meta_from_cache, located in the file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php.
wp-content/plugins/zyx-term-meta/includes
- « Previous
- 1
- 2
- 3
- 4
- Next »
get_term_meta_from_cache: Source code
By the Web Warlock, Wednesday, 4/Aug/2010 9:52
Source code of the function get_term_meta_from_cache located in the file wp-content/plugins/zyx-term-meta/includes / term-meta-cache.php.
show_term_meta_form
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(); ?>
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_term_meta: Source code
By the Web Warlock, Sunday, 23/May/2010 0:41
source code of the function in the file functions.php of the wp-content/plugins/zyx-term-meta/includes folder ZYX Term Meta get_term_meta
Source code of get_term_meta, located in wp-content/plugins/zyx-term-meta/includes/functions.php.
- « Previous
- 1
- 2
- 3
- 4
- Next »
503 queries. 0.806 seconds. Powered by WordPress
Code is magic