bp_register_block_components()
Registers the BP Block components.
Source Source
File: bp-core/bp-core-blocks.php
function bp_register_block_components() { wp_register_script( 'bp-block-components', plugins_url( 'js/block-components.js', __FILE__ ), array( 'wp-element', 'wp-components', 'wp-i18n', 'wp-api-fetch', 'wp-url', ), bp_get_version() ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |