Preview:
/* Redirect to any external (or internal) URL WITH a delay - add this to your ''functions.php with your own URLs */
function reialesa_URL_redirect(){
?>
<script>
setTimeout (function () {
if (window. location == "http://3.109.18.9/") {
window. location.href = 'http://3.109.18.9/party-people/';
}}, 6000);
</script>
<?php
}
add_action ('wp_footer', 'reialesa_URL_redirect');
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter