bp_blocks_editor_settings( array $editor_settings = array() )
Filters the Block Editor settings to gather BuddyPress ones into a bp
key.
Description Description
Parameters Parameters
- $editor_settings
-
(Optional) Default editor settings.
Default value: array()
Return Return
(array) The editor settings including BP blocks specific ones.
Source Source
File: bp-core/bp-core-blocks.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |