PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
<?php /** * Contains code to manage schedualed event of deleting offers. * * @package wyz */ if ( ! wp_next_scheduled( 'wyz_daily_event' ) ) { wp_schedule_event( time(), 'daily', 'wyz_daily_event' ); } if ( ! wp_next_scheduled( 'wyz_hourly_event' ) ) { wp_schedule_event( time(), 'hourly', 'wyz_hourly_event' ); } if ( ! wp_next_scheduled( 'wyz_rating_reminder' ) ) { wp_schedule_event( time(), 'daily', 'wyz_rating_reminder' ); }
[+]
..
[+]
claim
[+]
templates-and-shortcodes
[+]
subscriptions
[-] schedual-event.php
[edit]
[-] on-activation.php
[edit]
[-] wyz-toolkit.php
[edit]
[-] settings.php
[edit]
[+]
wp-csv
[+]
front-end-registration
[+]
job-manager
[+]
locations
[+]
businesses-and-offers
[+]
booked
[+]
languages
[-] hooks.php
[edit]
[+]
points
[+]
classes