
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */
add_editor_style( 'style-editor.css' );
if ( !isset( $content_width ) ) {
	$content_width = 1200;
}
class medilink_Main {
	public $theme   = 'medilink';
	public $action  = 'medilink_theme_init';
	public function __construct() {
		add_action( 'after_setup_theme', array( $this, 'load_textdomain' ) );
		$this->includes();		
	}
	public function load_textdomain(){
		load_theme_textdomain( $this->theme, get_template_directory() . '/languages' );
	}
	public function includes(){
		do_action( $this->action );
		require_once get_template_directory() . '/inc/constants.php';
		require_once get_template_directory() . '/inc/includes.php';
		require_once get_template_directory() . '/inc/class-constants.php';		
	}
}
new medilink_Main;
add_editor_style( 'style-editor.css' );
<?xml version="1.0" encoding="UTF-8"?>
<!-- Este mapa del sitio lo generó All in One SEO vv4.5.0 dinámicamente el 30/05/2026 a las 3:56 pm - el plugin SEO original para WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://aesmed.ec/default-sitemap.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://aesmed.ec/addl-sitemap.xml]]></loc>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://aesmed.ec/product-sitemap.xml]]></loc>
		<lastmod><![CDATA[2018-11-26T10:57:17+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://aesmed.ec/product_cat-sitemap.xml]]></loc>
		<lastmod><![CDATA[2018-11-26T10:57:17+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://aesmed.ec/product_tag-sitemap.xml]]></loc>
		<lastmod><![CDATA[2018-11-26T10:57:17+00:00]]></lastmod>
	</sitemap>
</sitemapindex>
