function custom_redirect_after_purchase() {
if (is_order_received_page()) {
?>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
window.location.href = "https://thepromakers.com/my-bought-services/";
}, 5000); // 5000 milliseconds = 5 seconds
});
</script>
<?php
}
}
add_action('wp_footer', 'custom_redirect_after_purchase');
Preview:
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