Title: Get Supports
Last modified: August 21, 2016

---

# Get Supports

 *  Plugin Author [zourbuth](https://wordpress.org/support/users/zourbuth/)
 * (@zourbuth)
 * [12 years ago](https://wordpress.org/support/topic/get-supports/)
 * If you want to get supports, please visit plugin homepage:
 * **[http://www.ground6.com/wordpress-plugins/wordpress-exporter/supports/](http://www.ground6.com/wordpress-plugins/wordpress-exporter/supports/)**
 * [https://wordpress.org/plugins/wp-exporter/](https://wordpress.org/plugins/wp-exporter/)

Viewing 1 replies (of 1 total)

 *  [changelab23](https://wordpress.org/support/users/changelab23/)
 * (@changelab23)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/get-supports/#post-4912764)
 * please find below a small patch for the plugin to tamper the filename of the 
   download. If you like to use it …
 * Index: wp-content/plugins/wp-exporter/wxr.php
    ==============================
   ===================================== — wp-content/plugins/wp-exporter/wxr.php(
   revision 1942) +++ wp-content/plugins/wp-exporter/wxr.php (working copy) @@ -
   43,6 +43,8 @@ if ( ! empty($sitename) ) $sitename .= ‘.’; $filename = $sitename.‘
   wordpress.’ . date( ‘Y-m-d’ ) . ‘.xml’;
 * + $filename = apply_filters(‘wxr_download_filename’, $filename, $args);
    + header(‘
   Content-Description: File Transfer’ ); header( ‘Content-Disposition: attachment;
   filename=’ . $filename ); header( ‘Content-Type: text/xml; charset=’ . get_option(‘
   blog_charset’ ), true );

Viewing 1 replies (of 1 total)

The topic ‘Get Supports’ is closed to new replies.

 * ![](https://ps.w.org/wp-exporter/assets/icon-256x256.png?rev=3171777)
 * [Custom Post Exporter](https://wordpress.org/plugins/wp-exporter/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-exporter/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-exporter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-exporter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-exporter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [changelab23](https://wordpress.org/support/users/changelab23/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/get-supports/#post-4912764)
 * Status: not resolved