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-actions.php

    r9210 r9314  
    5454add_action( 'bp_loaded', 'bp_setup_components',         2  );
    5555add_action( 'bp_loaded', 'bp_include',                  4  );
     56add_action( 'bp_loaded', 'bp_setup_cache_groups',       5  );
    5657add_action( 'bp_loaded', 'bp_setup_widgets',            6  );
    5758add_action( 'bp_loaded', 'bp_register_theme_packages',  12 );
Note: See TracChangeset for help on using the changeset viewer.