Created
August 9, 2022 20:25
-
-
Save cartpauj/eb01471e20e817795d9d4325e0ead827 to your computer and use it in GitHub Desktop.
Show a delay message when using Pretty Links Meta Refresh or Javascript redirect types with a delay
This file contains 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 plp_delay_message_code() { | |
?> | |
<p>Please wait... You will be redirected soon.</p> | |
<?php | |
} | |
add_action('prli-redirect-header', 'plp_delay_message_code'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment