Changeset 2619512
- Timestamp:
- 10/25/2021 03:53:21 PM (4 years ago)
- Location:
- raccoon-platform/trunk
- Files:
-
- 3 edited
-
Raccoon-platform.php (modified) (1 diff)
-
Readme.txt (modified) (1 diff)
-
include/Popular_items.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raccoon-platform/trunk/Raccoon-platform.php
r2619491 r2619512 8 8 * Plugin URI: https://raccoonplatform.com 9 9 * Description: More informed customers reflect more sales. Here are the features you get from using Raccoon. 10 * Version: 3. 2.510 * Version: 3.3.1 11 11 * License: GPLv2 or Later 12 12 * Text Domain: Raccoon-Platform -
raccoon-platform/trunk/Readme.txt
r2619491 r2619512 5 5 Requires at least: 3.1 6 6 Tested up to: 5.7.2 7 Stable tag: 3. 2.57 Stable tag: 3.3.1 8 8 Requires PHP: 7.0 9 9 License: GPLv3 or later -
raccoon-platform/trunk/include/Popular_items.php
r2619491 r2619512 17 17 $action = 'atc'; 18 18 $number_items = 4; 19 20 19 $headers = array( 21 20 'Content-Type:application/json', … … 23 22 $response = wp_remote_get( 'https://api.raccoonplatform.com:5000/recommend/popular_items/' . $apiKey . '/' . $action . '/' . $number_items . '' ); 24 23 $body = wp_remote_retrieve_body( $response ); 25 print_r( $this->output = $body);26 24 } 27 25
Note: See TracChangeset
for help on using the changeset viewer.