apply_filters( "bp_{$this->id}_register_blocks", array $blocks )
Filter here to disable all or some BP Blocks for a component.
Description Description
This is a dynamic hook that is based on the component string ID.
Parameters Parameters
- $blocks
-
The list of BP Blocks for the component.
Source Source
File: bp-core/classes/class-bp-component.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |