Definition:
function clean_bookmark_cache($bookmark_id) {}
Deletes bookmark cache
Parameters
- $bookmark_id
Source code
function clean_bookmark_cache($bookmark_id) { wp_cache_delete( $bookmark_id, 'bookmark' ); wp_cache_delete( 'get_bookmarks', 'bookmark' ); }
617
No comments yet... Be the first to leave a reply!