Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_cache_add_global_groups [ WordPress Function ]

wp_cache_add_global_groups ( $groups )
Parameters:
  • (string|array) $groups A group or an array of groups to add
Defined at:



Adds a group or set of groups to the list of global groups.

Source


<?php
function wp_cache_add_global_groups$groups ) {
    global 
$wp_object_cache;

    return 
$wp_object_cache->add_global_groups($groups);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics