-
Notifications
You must be signed in to change notification settings - Fork 71
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
Need help with WPDOTNET_HOTPLUG_ENABLE property #119
Comments
you are right, this needs some more explanation. We are using this internally for our projects, although it deserves more information. Does something like this make sense?
To set this constant within ConfigureServices: services.AddWordPress(options => {
options.Constants = new Dictionary<string, string>() {
{ "WPDOTNET_HOTPLUG_ENABLE", "0" },
};
}); |
Thank you @jakubmisek Yes, this explanation is quite clear. |
Apparently this feature does not work. This feature in both cases(means 0,1), it is possible to download and install the plugin and theme. PeachPied.WordPress 5.8.2-preview12 |
and do they work? |
yes, my StartUp code :
|
@amira133 at peachpiecompiler/peachpie#1020:
The text was updated successfully, but these errors were encountered: