Heray-Was-Here
Server : LiteSpeed
System : Linux server261.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : kinaybkk ( 1435)
PHP Version : 8.3.31
Disable Function : NONE
Directory :  /home/kinaybkk/public_html/wp-content/themes/gauge/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/kinaybkk/public_html/wp-content/themes/gauge/link-template.php
<?php
/*
Template Name: Link
*/

if ( have_posts() ) : the_post();
	
	$link = get_post_meta( get_the_ID(), 'link_template_link', true );
	
	if ( ! preg_match( '/^http:\/\//', $link ) && ! preg_match( '/^https:\/\//', $link ) ) {
		$link = 'http://' . $link;
	}

	header( 'Location:' .  esc_url_raw( $link ) );
	
	exit();

endif; ?>

Hry