Skip to content

Commit f1ac0b0

Browse files
committed
Set default cron tasks
1 parent 5cc3d20 commit f1ac0b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

php/class-cron.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ public function add_settings( $settings ) {
121121
array(
122122
'type' => 'cron',
123123
'slug' => 'tasks',
124-
'default' => array(),
124+
'default' => array(
125+
'update_asset_paths' => 'on',
126+
'rest_api' => 'on',
127+
'check_status' => 'on',
128+
),
125129
'cron' => $this,
126130
),
127131
),

0 commit comments

Comments
 (0)