-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for playground #693
Comments
@vovafeldman @swashata you can test a plugin with the freemius sdk with ours on: As you can see the data are imported of the glossary post type but is required to skip the Freemius modal box after activating. |
I ran into the same problem, so I added a constant to my Videopack plugin 'VIDEOPACK_FREEMIUS_ENABLED' that checks if Freemius should be enabled, then set that constant to false in my blueprint. |
A suggestion https://github.com/TablePress/TablePress/blob/main/tablepress.php#L85 is to use the |
🚀 feature request
Description
Add the support to disable the license wizard on WordPress playground instances.
https://wordpress.org/playground/
Now it is opt-in by developers compared when happened that they pushed to everyone automatically.
On november they launched the new integration with the wordpress repository https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/
Describe the solution you'd like
Adding a constant in the blueprint.json as WordPress/wordpress-playground#483 so it will happen automatically.
The text was updated successfully, but these errors were encountered: