bp_register_block( array $args = array() )
Register a BuddyPress block type.
Description Description
Parameters Parameters
- $args
-
(Optional) The registration arguments for the block type.
Default value: array()
Return Return
(BP_Block) The BuddyPress block type object.
Source Source
File: bp-core/bp-core-blocks.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |