Changeset 1885348
- Timestamp:
- 06/01/2018 09:55:55 AM (8 years ago)
- File:
-
- 1 edited
-
pixnet/trunk/pixnet_plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixnet/trunk/pixnet_plugin.php
r1885344 r1885348 4 4 Description: This is PIXNET PA code Wordpress plugin 5 5 Author: Daniel 6 Version: 2.5. 26 Version: 2.5.3 7 7 */ 8 8 … … 21 21 $this->verify_code = (null != get_option('verify')) ? get_option('verify') : ''; 22 22 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 .'/'); 24 24 $rank_response = json_decode($result['body']); 25 25
Note: See TracChangeset
for help on using the changeset viewer.