This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Refresh WP Job Board job publish dates daily | |
* VR51.com & JournalXtra.com | |
* Add to your child theme's functions.php | |
**/ | |
if (class_exists('Wpjb_Model_Job')) { | |
/* Add daily cron job to run the vr_daily_job_refresh hook */ |
NewerOlder