Changeset 2410016
- Timestamp:
- 10/30/2020 08:26:23 PM (5 years ago)
- File:
-
- 1 edited
- mobiloud-mobile-app-plugin/trunk/api/MLRestAPI.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mobiloud-mobile-app-plugin/trunk/api/MLRestAPI.php
r2385163 r2410016 12 12 public function __construct() { 13 13 $this->debug = false; 14 15 include_once MOBILOUD_PLUGIN_DIR . '/api/controllers/MLApiController.php'; 14 16 add_action( 'rest_api_init', array( $this, 'ml_rest_api' ) ); 15 17 }
Note: See TracChangeset for help on using the changeset viewer.