Skip to content

Add Custom value in wp-config.php #843

@chingman

Description

@chingman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions