How to disable jobs completely depending on the environment?
-
Is it possible to disable jobs in the wp-config.php file? I would like to achieve something like this:
if (WP_ENVIRONMENT_TYPE == 'development') { define( 'BACKWPUP_JOBS_DISABLE', true ); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to disable jobs completely depending on the environment?’ is closed to new replies.