WPIntell

Source evidence

Get Supports

Custom Post Exporter · support · 2014-05-14T01:37:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zourbuth unresolved
If you want to get supports, please visit plugin homepage: http://www.ground6.com/wordpress-plugins/wordpress-exporter/supports/ https://wordpress.org/plugins/wp-exporter/ 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 );

Comments

1 shown
changelab23 2014-09-18T13:20:00+00:00

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 );