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 | |
| function privacy_page_sc_vr51( $atts ) { | |
| # Creates a Privacy Page link shortcode. | |
| # Use as [privacy title="Privacy Page Title"] or [privacy] | |
| # Default page title is Privacy Page. | |
| # Page link points to the Privacy Page set in Dashboard > Privacy. | |
| # The privacy page will only display if the page is public (status = publish). | |
| # Place this snippet into the site theme's functions.php file, a custom functions plugin or some other | |
| # suitable place. |
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