Plugin Directory

Changeset 1756817


Ignore:
Timestamp:
11/01/2017 04:25:37 PM (8 years ago)
Author:
outlane
Message:

Adding first version of the plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recent-shots-widget/trunk/includes/widget-output.php

    r1756816 r1756817  
    4646<?php
    4747if ($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;
    4949    $content = file_get_contents($url);
    5050    $dribbble_json = json_decode($content, true);
Note: See TracChangeset for help on using the changeset viewer.