Replies: 1 comment
-
I don't see wordpress/wp-config-docker.php Lines 121 to 123 in 6e0d5ac |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best practice if I want to add / change the value inside the wp-config.php?
For example if I want to change:
/** Disable pseudo cron behavior. /
define('DISABLE_WP_CRON', true);
to
/* Disable pseudo cron behavior. */
define('DISABLE_WP_CRON', false);
Beta Was this translation helpful? Give feedback.
All reactions