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' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.