clear_global_post_cache [ WordPress Function ]
clear_global_post_cache ( $post_id )
| See: | |
| Defined at: |
|
Benzer Fonksiyonlar: clean_post_cache, clean_page_cache, clean_term_cache, clean_user_cache, clean_comment_cache
No description yet.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/clear global post cache « WordPress Codex
Function Reference/clear global post cache ... Source File. clear_global_post_cache() is located in wp-includes/ms-deprecated.php. Retrieved from ...
codex.wordpress.org - Docs for page ms-deprecated.php
clear_global_post_cache (line 115). see: clean_post_cache(); deprecated: ... void clear_global_post_cache ( $post_id). $post_id. generate_random_password ...
phpdoc.wordpress.org - php /** * Deprecated functions from WordPress - WordPress SVN
... @deprecated Use clean_post_cache() * @see clean_post_cache() */ function clear_global_post_cache( $post_id ) { _deprecated_function( __FUNCTION__, ...
core.svn.wordpress.org - php /* Helper functions for WPMU */ function - Automattic
"posts WHERE ID = %d", $post_id ) ); wp_cache_add( $key, $post, "global-posts" ); } return $post; } function clear_global_post_cache( $post_id ) { global $wpdb; ...
svn.automattic.com