bp_rest_api_init()
Fire the ‘bp_rest_api_init’ action, where BuddyPress registers REST API endpoints.
Description Description
Source Source
File: bp-core/bp-core-dependency.php
function bp_rest_api_init() { /** * Fires the 'bp_rest_api_init' function, where BuddyPress registers REST API endpoints. * * @since 2.6.0 */ do_action( 'bp_rest_api_init' ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |