Plugin Directory

Changeset 1885348


Ignore:
Timestamp:
06/01/2018 09:55:55 AM (8 years ago)
Author:
daniel1088
Message:

version 2.5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pixnet/trunk/pixnet_plugin.php

    r1885344 r1885348  
    44Description: This is PIXNET PA code Wordpress plugin
    55Author: Daniel
    6 Version: 2.5.2
     6Version: 2.5.3
    77*/
    88
     
    2121        $this->verify_code = (null != get_option('verify')) ? get_option('verify') : '';
    2222
    23         $result = wp_remote_get('https://api-smartranking.pixplug.in/api/personalrank?domain=' . $this->plugin->site_url);
     23        $result = wp_remote_get('https://api-smartranking.pixplug.in/api/personalrank?domain=' . $this->plugin->site_url .'/');
    2424        $rank_response = json_decode($result['body']);
    2525
Note: See TracChangeset for help on using the changeset viewer.