- Timestamp:
- 08/28/2019 08:38:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r12449 r12451 457 457 parent::setup_cache_groups(); 458 458 } 459 460 /** 461 * Init the BP REST API. 462 * 463 * @since 5.0.0 464 */ 465 public function rest_api_init() { 466 $controller = new BP_REST_Activity_Endpoint(); 467 $controller->register_routes(); 468 469 parent::rest_api_init(); 470 } 459 471 }
Note: See TracChangeset
for help on using the changeset viewer.