<?
/*
Plugin Name: CountryPhone
Plugin URI: http://jesusacosta.net/plugins/countryphone
Description: Este plugin es bien bonito y rellena en el prefijo telefónico dependiendo al seleccionar un país
Author: Jesús Acosta
Version: 1.0
Author URI: http://jesusacosta.net
*/

function countryphone_scripts()
{
    // Register the script like this for a plugin:
    wp_register_script( 'countryphone_js', plugins_url( '/countryphone.js?v='.rand(00,99), __FILE__ ) );
	wp_enqueue_script( 'countryphone_js' );
	
	wp_register_style('countryphone_css', plugins_url('/countryphone.css',__FILE__ ));
	wp_enqueue_style('countryphone_css');
	
}
add_action( 'wp_enqueue_scripts', 'countryphone_scripts', 20 );


/*INCLUDES*/<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.titaniumcvjoint.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.titaniumcvjoint.com/post-sitemap.xml</loc>
		<lastmod>2016-06-13T08:07:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.titaniumcvjoint.com/page-sitemap.xml</loc>
		<lastmod>2025-12-16T19:53:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.titaniumcvjoint.com/attachment-sitemap.xml</loc>
		<lastmod>2025-02-24T18:15:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.titaniumcvjoint.com/category-sitemap.xml</loc>
		<lastmod>2016-06-13T08:07:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.titaniumcvjoint.com/author-sitemap.xml</loc>
		<lastmod>2019-08-28T15:33:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->