clean_comment_cache [ WordPress Function ]
clean_comment_cache ( $ids )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: clean_attachment_cache, clean_post_cache, update_comment_cache, clean_user_cache, clean_page_cache
Removes comment ID from the comment cache.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/clean comment cache « WordPress Codex
Description. Removes comment ID from the comment cache. Usage. <?php clean_comment_cache( $ids ) ?> Parameters. $ids: (integer|array) (required) ...
codex.wordpress.org - #11566 (clean_comment_cache() does not clean $GLOBALS ...
Description. I am trying to add links to comment list, which will allow to delete comments directly without need to move them to trash first (and with trash enabled).
core.trac.wordpress.org - clean_comment_cache() WordPress function reference, arguments ...
Removes comment ID from the comment cache. Signature. clean_comment_cache( $ids ). ids: (int|array) Comment ID or array of comment IDs to remove from ...
queryposts.com - wp_delete_comment (WordPress Function) - WPSeek.com
... array('comment_parent' => $comment->comment_parent), array(' comment_parent' => $comment_id)); clean_comment_cache($children); } // Delete metadata ...
wpseek.com