- Timestamp:
- 08/28/2019 08:38:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-component.php
r12158 r12451 316 316 parent::setup_cache_groups(); 317 317 } 318 319 /** 320 * Init the BP REST API. 321 * 322 * @since 5.0.0 323 */ 324 public function rest_api_init() { 325 $controller = new BP_REST_Notifications_Endpoint(); 326 $controller->register_routes(); 327 328 parent::rest_api_init(); 329 } 318 330 }
Note: See TracChangeset
for help on using the changeset viewer.