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);