The folder wp-content/plugins is the default folder for the WordPress® plugins.
wp-content/plugins
- « Previous
- 1
- 2
- 3
- 4
- 5
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 ); ?>
get_all_meta_children: Source code
By the Web Warlock, Friday, 14/May/2010 13:08
source code of the function in the file parentage.php of the wp-content/plugins/zyx-term-meta/includes folder ZYX Term Meta get_all_meta_children
Source code of the function get_all_meta_children, located in the file wp-content/plugins/zyx-term-meta/includes/parentage.php of the ZYX Term Meta plugin.
init_term_meta_cache: Source code
By the Web Warlock, Sunday, 9/May/2010 22:23
Source code of the function init_term_meta_cache located in the file term-meta-cache.php of the wp-content/plugins/zyx-term-meta/includes folder of the plugin ZYX Term Meta.
Source code of init_term_meta_cache, located in the file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php of the ZYX Term Meta plugin.
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
- 3
- 4
- 5
397 queries. 0.606 seconds. Powered by WordPress
Code is magic