Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 01:26:15 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Introduce bp_setup_cache_groups() sub-action, for hooking into and appropriately prioritizing cache group additions. See #5733.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-dependency.php

    r9308 r9314  
    8282function bp_setup_widgets() {
    8383    do_action( 'bp_register_widgets' );
     84}
     85
     86/**
     87 * Fire the 'bp_setup_cache_groups' action, where cache groups are registered.
     88 *
     89 * @since BuddyPress (2.2.0)
     90 */
     91function bp_setup_cache_groups() {
     92    do_action( 'bp_setup_cache_groups' );
    8493}
    8594
Note: See TracChangeset for help on using the changeset viewer.