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 | |
/** | |
* These constants can be set elsewhere in your project, ideally in a configuration file. | |
*/ | |
if ( ! defined( 'COUNTDOWN_REDIRECT_LOCATION' ) ) { | |
define('COUNTDOWN_REDIRECT_LOCATION', 'https://google.com'); | |
} | |
if ( ! defined( 'COUNTDOWN_REDIRECT_SECONDS' ) ) { | |
define('COUNTDOWN_REDIRECT_SECONDS', 15); | |
} |
NewerOlder