wp_cache_add_non_persistent_groups [ WordPress Function ]
wp_cache_add_non_persistent_groups ( $groups )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: wp_cache_add_global_groups, wp_admin_bar_add_secondary_groups, wp_load_core_site_options, _wp_auto_add_pages_to_menu, wp_cache_delete
Adds a group or set of groups to the list of non-persistent groups.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- php /** * Used to setup and fix common variables - Automattic
... 'usermeta', 'site-transient', 'site-options', 'site-lookup', 'blog-lookup', 'blog-details' , 'rss')); wp_cache_add_non_persistent_groups(array( 'comment', 'counts', ...
svn.automattic.com - XCache Object Cache Plugin for WordPress 2.5+ - Dougal ...
Aug 29, 2008... plugin but i get errors with the wp_cache_add_global_groups and wp_cache_add_non_persistent_groups functions.. missing argument 1.
dougal.gunters.org - Docs for page functions.wp-object-cache.php
wp_cache_add_non_persistent_groups (line 169). Adds a group or set of ... void wp_cache_add_non_persistent_groups (string|array $groups). string|array ...
phpdoc.ftwr.co.uk - PHPXRef 0.7 : WordPress : Detail view of cache.php
wp_cache_add_non_persistent_groups() wp_cache_reset(). Class: WP_Object_Cache - X-Ref. WordPress Object Cache The WordPress Object Cache is used ...
phpxref.ftwr.co.uk