freemius-php-sdk
freemius-php-sdk copied to clipboard
If used in a wordpress site that has active plugins that use freemius wordpress-sdk there is a conflict [17-Jan-2020 14:11:11 UTC] PHP Fatal error: Cannot make non static method Freemius_Api_Base::Test()...
# 🐞 bug report **Behavior**: I tried some scheduled tasks via `wp-cli`, and the following notice appeared `Notice: Undefined property: Freemius_Api::$_sandbox in /path/to/freemius/php-sdk/freemius/Freemius.php on line 69` **Affected line** https://github.com/Freemius/freemius-php-sdk/blob/master/freemius/Freemius.php#L69 **Cause**...
The documentation (https://freemius.docs.apiary.io/#reference/pricing/plans-pricing/update-pricing) indicates the following: **Request Body JSON Data** Key | Required | Description -- | -- | -- monthly_price | No | annual_price | No | lifetime_price |...
for API_SCOPE : store , path for purchases /purchases shows nothing means empty array. Also from scope i cannot get the plugins lists means actually developer scope data should be...
Using something like `$inactive_sites = $api->Api("/plugins/{$first_plugin_id}/installs.json?filter=active&count=30", 'GET');` I'm unable to get more than 25 results returned. I can set the value to less than 25 and it returns the expected...