Long-Range Shooting Etiquette
Tag: shooting community
shooting community
function add_hreflang_tags() { // Define the language variations and their URLs $hreflang_urls = [ 'en-us' => 'https://tractoptics.com/blog/', 'en-ca' => 'https://tractoptics.ca/blog/', 'en-au' => 'https://tractoptics.com.au/blog/', ]; // Get the current page path $current_path = $_SERVER['REQUEST_URI']; // Generate hreflang tags foreach ($hreflang_urls as $lang => $url) { echo '' . PHP_EOL; } // Add x-default as a fallback echo '' . PHP_EOL; } add_action('wp_head', 'add_hreflang_tags');
shooting community
Long-Range Shooting Etiquette