Changeset 2012086
- Timestamp:
- 01/14/2019 03:04:03 PM (7 years ago)
- Location:
- kpi-integration/trunk
- Files:
-
- 2 edited
-
api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kpi-integration/trunk/api.php
r1933156 r2012086 11 11 exit; 12 12 } 13 14 if ( ! function_exists( 'is_plugin_active' ) ) //fix for older versions 15 require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); 13 16 14 17 class Kpi_Api_Route extends WP_REST_Controller { -
kpi-integration/trunk/readme.txt
r1933156 r2012086 1 1 === Selected Kpi Integration === 2 2 Contributors: Leon Beilis 3 Stable tag: 1.0. 14 Tested up to: 4.9.83 Stable tag: 1.0.2 4 Tested up to: 5.0.3 5 5 Requires at least: 4.6 6 6
Note: See TracChangeset
for help on using the changeset viewer.