clean_category_cache [ WordPress Function ]
clean_category_cache ( $id )
| Parameters: |
|
| Uses: | |
| Defined at: |
|
Benzer Fonksiyonlar: clean_term_cache, clean_page_cache, clean_user_cache, update_category_cache, clean_object_term_cache
Remove the category cache data based on ID.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- clean_category_cache() WordPress function reference, arguments ...
clean_category_cache(). Remove the category cache data based on ID. Signature. clean_category_cache( $id ). id: (int) Category ID. Return. (void). Source ...
queryposts.com - Docs for page category.php
clean_category_cache (line 297). Remove the category cache data based on ... void clean_category_cache (int $id). int $id: Category ID. get_all_category_ids ...
phpdoc.wordpress.org - php function get_users_drafts( $user_id ) - WordPress SVN
... $cat_ID, $update); clean_category_cache($cat_ID); return $cat_ID; } function wp_update_category($catarr) { global $wpdb; $cat_ID = (int) $catarr['cat_ID']; ...
core.svn.wordpress.org - PHPXRef 0.7 : WordPress : /wp-includes/category.php source
... the cache for the category based on ID 294 * 295 * @param int $id Category ID 296 */ 297 function clean_category_cache( $id ) { 298 clean_term_cache( $id, ...
phpxref.ftwr.co.uk