Changeset 11853
- Timestamp:
- 05/19/2022 12:35:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php
r11852 r11853 58 58 */ 59 59 public function schedule_cron_jobs() { 60 //return; // todo revert after fatals fixed 61 60 62 if ( ! wp_next_scheduled( 'owpe_prime_events_cache' ) ) { 61 63 wp_schedule_event( time(), 'hourly', 'owpe_prime_events_cache' );
Note: See TracChangeset
for help on using the changeset viewer.