We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc3d20 commit f1ac0b0Copy full SHA for f1ac0b0
php/class-cron.php
@@ -121,7 +121,11 @@ public function add_settings( $settings ) {
121
array(
122
'type' => 'cron',
123
'slug' => 'tasks',
124
- 'default' => array(),
+ 'default' => array(
125
+ 'update_asset_paths' => 'on',
126
+ 'rest_api' => 'on',
127
+ 'check_status' => 'on',
128
+ ),
129
'cron' => $this,
130
),
131
0 commit comments