The file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php
term-meta-cache.php
get_term_meta_from_cache
By the Web Warlock, Wednesday, 4/Aug/2010 10:31
Description of the function get_term_meta_from_cache located in the file wp-content/plugins/zyx-term-meta/includes / term-meta-cache.php of the plugin ZYX Term Meta. Uses the functions get_term_custom, wp_cache_get and wp_cache_set.
<?php get_term_meta_from_cache( $term_id , $key ); ?>
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.
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.
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(); ?>
344 queries. 0.589 seconds. Powered by WordPress
Code is magic