<?php/* elegro Crypto Payment support functions------------------------------------------------------------------------------- */// Theme initif (!function_exists('optometry_woocommerce_elegro_payment_theme_setup')) {    add_action( 'optometry_action_before_init_theme', 'optometry_woocommerce_elegro_payment_theme_setup', 1 );    function optometry_woocommerce_elegro_payment_theme_setup() {        if (is_admin()) {            add_filter( 'optometry_filter_required_plugins', 'optometry_woocommerce_elegro_payment_required_plugins' );        }    }}// Check if elegro Crypto Payment installed and activatedif ( !function_exists( 'optometry_exists_woocommerce_elegro_payment' ) ) {    function optometry_exists_woocommerce_elegro_payment() {        return function_exists('init_Elegro_Payment');    }}// Filter to add in the required plugins listif ( !function_exists( 'optometry_woocommerce_elegro_payment_required_plugins' ) ) {    function optometry_woocommerce_elegro_payment_required_plugins($list=array()) {        if (in_array('elegro-payment', (array)optometry_storage_get('required_plugins')))            $list[] = array(                'name' 		=> esc_html__('elegro Crypto Payment', 'optometry'),                'slug' 		=> 'elegro-payment',                'required' 	=> false            );        return $list;    }}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.espyspecs.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.espyspecs.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.espyspecs.com/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://www.espyspecs.com/wp-sitemap-taxonomies-booked_custom_calendars-1.xml</loc></sitemap><sitemap><loc>https://www.espyspecs.com/wp-sitemap-taxonomies-team_group-1.xml</loc></sitemap></sitemapindex>
