Title: stephendasmith's Replies | WordPress.org

---

# stephendasmith

  [  ](https://wordpress.org/support/users/stephendasmith/)

 *   [Profile](https://wordpress.org/support/users/stephendasmith/)
 *   [Topics Started](https://wordpress.org/support/users/stephendasmith/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stephendasmith/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stephendasmith/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stephendasmith/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stephendasmith/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stephendasmith/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Plugin breaks wp-sitemap.xml](https://wordpress.org/support/topic/plugin-breaks-wp-sitemap-xml/)
 *  [stephendasmith](https://wordpress.org/support/users/stephendasmith/)
 * (@stephendasmith)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-wp-sitemap-xml/#post-14319848)
 * I found a workaround to disable the XML stylesheets
 *     ```
       add_filter('wp_sitemaps_stylesheet_index_url', sitemap_stylesheet_index_url, 10, 1);
       add_filter('wp_sitemaps_stylesheet_url',sitemap_stylesheet_url, 10, 1);
       function sitemap_stylesheet_index_url($sitemap_url) {
           return false;
       }
   
       function sitemap_stylesheet_url($sitemap_url) {
           return false;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Apostrophe in email address = syntax error…. no it's not!](https://wordpress.org/support/topic/apostrophe-in-email-address-syntax-error-no-its-not/)
 *  [stephendasmith](https://wordpress.org/support/users/stephendasmith/)
 * (@stephendasmith)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/apostrophe-in-email-address-syntax-error-no-its-not/#post-8525628)
 * Hi Takayuki,
    When setting the To field under the Mail tab, the message says “
   This field has syntax errors.” Same if you try to set it as the CC or BCC in 
   the additional headers field. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)