Skip to content

Commit

Permalink
version 4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Dec 2, 2018
1 parent fb06711 commit 620bf33
Show file tree
Hide file tree
Showing 15 changed files with 480 additions and 428 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ function subscriptio_check_status( $schedules ) {
}

// Schedule an action if it's not already scheduled
if ( ! wp_next_scheduled( 'subscriptio_check_status' ) ) {
wp_schedule_event( time(), 'subcriptio_interval_check', 'subscriptio_check_status' );
}
// if ( ! wp_next_scheduled( 'subscriptio_check_status' ) ) {
// wp_schedule_event( time(), 'subcriptio_interval_check', 'subscriptio_check_status' );
// }

// Hook into that action that'll fire every three minutes
add_action( 'subscriptio_check_status', 'subcriptio_interval_check_event_func' );
Expand Down
Loading

0 comments on commit 620bf33

Please sign in to comment.