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 20e7257 commit d57749aCopy full SHA for d57749a
1 file changed
simple-wp-site-exporter.php
@@ -910,8 +910,8 @@ function sse_schedule_export_cleanup( $zip_filepath ) {
910
function sse_test_cron_scheduling() {
911
sse_log( 'Testing WordPress cron scheduling capability...', 'info' );
912
913
- // Test with a simple event
914
- $test_time = time() + 60; // 1 minute from now
+ // Test with a simple event.
+ $test_time = time() + 60; // 1 minute from now.
915
$test_result = wp_schedule_single_event( $test_time, 'sse_test_cron_event' );
916
917
if ( false === $test_result ) {
0 commit comments