Plugin Directory

Changeset 2324094


Ignore:
Timestamp:
06/15/2020 02:59:24 AM (6 years ago)
Author:
daniel1088
Message:

version 2.9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pixnet/trunk/pixnet_plugin.php

    r2319934 r2324094  
    44Description: This is PIXNET PA code Wordpress plugin
    55Author: Daniel
    6 Version: 2.9.3
     6Version: 2.9.4
    77*/
    88
     
    264264        $response = $this->call_api_event_stickers($domain);
    265265        if (!$response->error) {
    266             $stickers = $response->data->stickers ?: [];
     266            $stickers = $response->data ? $response->data->stickers : [];
    267267
    268268            // 蛋糕達人
Note: See TracChangeset for help on using the changeset viewer.