Changeset 1362124
- Timestamp:
- 03/01/2016 08:49:17 PM (10 years ago)
- Location:
- knvb-api/trunk
- Files:
-
- 2 edited
-
knvb-api-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
knvb-api/trunk/knvb-api-plugin.php
r1334974 r1362124 4 4 * Plugin URI: http://www.hoest.nl 5 5 * Description: A plugin to use the KNVB Data API 6 * Version: 1.1 16 * Version: 1.12 7 7 * Author: Jelle de Jong 8 8 * Author URI: http://www.hoest.nl … … 153 153 // create a client and receive data 154 154 $client = new KnvbClient(get_option('knvb_api_key'), get_option('knvb_api_pathname'), get_option('knvb_api_clubname')); 155 $knvb_data = trim($client->getData('/teams', NULL, false));155 $knvb_data = trim($client->getData('/teams', NULL, NULL, false)); 156 156 157 157 if(!empty($knvb_data)) { -
knvb-api/trunk/readme.txt
r1334974 r1362124 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.4.1 7 Stable tag: 1.1 17 Stable tag: 1.12 8 8 9 9 This plugin can be used for Dutch football clubs with a WordPress wedsite and a API-key for the KNVB data-API: http://www.knvbdataservice.nl/
Note: See TracChangeset
for help on using the changeset viewer.