- Timestamp:
- 03/31/2020 11:33:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r12589 r12607 326 326 parent::setup_cache_groups(); 327 327 } 328 329 /** 330 * Init the BP REST API. 331 * 332 * @since 6.0.0 333 * 334 * @param array $controllers Optional. See BP_Component::rest_api_init() for 335 * description. 336 */ 337 public function rest_api_init( $controllers = array() ) { 338 parent::rest_api_init( array( 'BP_REST_Friends_Endpoint' ) ); 339 } 328 340 }
Note: See TracChangeset
for help on using the changeset viewer.