Changeset 2324094
- Timestamp:
- 06/15/2020 02:59:24 AM (6 years ago)
- File:
-
- 1 edited
-
pixnet/trunk/pixnet_plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixnet/trunk/pixnet_plugin.php
r2319934 r2324094 4 4 Description: This is PIXNET PA code Wordpress plugin 5 5 Author: Daniel 6 Version: 2.9. 36 Version: 2.9.4 7 7 */ 8 8 … … 264 264 $response = $this->call_api_event_stickers($domain); 265 265 if (!$response->error) { 266 $stickers = $response->data ->stickers ?: [];266 $stickers = $response->data ? $response->data->stickers : []; 267 267 268 268 // 蛋糕達人
Note: See TracChangeset
for help on using the changeset viewer.