<?
/*
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.amortiguadoresbap.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/post-sitemap.xml</loc>
		<lastmod>2015-07-08T06:41:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/page-sitemap.xml</loc>
		<lastmod>2022-10-07T15:30:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/attachment-sitemap.xml</loc>
		<lastmod>2018-10-26T19:38:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/project-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/category-sitemap.xml</loc>
		<lastmod>2015-07-08T06:41:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.amortiguadoresbap.com/author-sitemap.xml</loc>
		<lastmod>2019-08-28T15:33:13+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->