We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177e56f commit 66187e7Copy full SHA for 66187e7
1 file changed
src/Event/Process_Local_Post_Event.php
@@ -73,9 +73,7 @@ public static function add_to_queue_with_delay( int $post_id, int $delay = 1 * \
73
self::HANDLE,
74
array(
75
'post_id' => $post_id,
76
- ),
77
- '',
78
- true
+ )
79
);
80
}
81
0 commit comments