Changeset 1756817
- Timestamp:
- 11/01/2017 04:25:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
recent-shots-widget/trunk/includes/widget-output.php
r1756816 r1756817 46 46 <?php 47 47 if ($show_follow_btn) { 48 $url = 'https://api.dribbble.com/v1/users/outlane?access_token= 77f3fb1c53bb817107ed68510a3f514f67b2c92f05161adb1f834ccd5f7e4e32';48 $url = 'https://api.dribbble.com/v1/users/outlane?access_token='.$api_key; 49 49 $content = file_get_contents($url); 50 50 $dribbble_json = json_decode($content, true);
Note: See TracChangeset
for help on using the changeset viewer.