<?php2/**3 * Plugin Name: GD Only Test4 * Description: Forces WordPress to use GD first for image processing.5 */6 7add_filter('wp_image_editors', function ($editors) {8    return array('WP_Image_Editor_GD');9});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://jimfosgatelegacyproject.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://jimfosgatelegacyproject.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://jimfosgatelegacyproject.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://jimfosgatelegacyproject.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://jimfosgatelegacyproject.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
