Changeset 1269363
- Timestamp:
- 10/20/2015 11:10:23 AM (10 years ago)
- Location:
- solid-earth-spring-api/trunk
- Files:
-
- 2 edited
-
api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solid-earth-spring-api/trunk/api.php
r1268955 r1269363 18 18 $url = str_replace(' ', '+', $url); 19 19 $url = str_replace('&', '&', $url); 20 wp_mail("info@webbyscots.com","DEBUG SE",$url);21 20 $data = file_get_contents(trim($url)); 22 21 return json_decode($data, true); -
solid-earth-spring-api/trunk/readme.txt
r1268955 r1269363 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.2.3 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.