bp_ . $this->id . _setup_cache_groups

bp_ . $this->id . _setup_cache_groups

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_ . $this->id . _setup_cache_groups') is found 1 times:

  • /bp-core/classes/class-bp-component.php line 927
    		 * This is a dynamic hook that is based on the component string ID.
    		 *
    		 * @since 2.2.0
    		 */
    		do_action( 'bp_' . $this->id . '_setup_cache_groups' );
    	}
    
    	/**
    	 * Register global tables for the component, so that it may use WordPress's database API.
    	 *
    	 * @since 2.0.0