As of April 2026, CSV Download is a WordPress csv plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.8K+ times in total. Requires WordPress false+ and PHP false+. Available on WordPress.org since 2016. Last updated 9 years ago — may have compatibility concerns. Top alternative: TablePress – Tables in WordPress made….
A plugin for WP developers to easily add CSV download links to the admin section or front end. When a specific GET variable is detected (from the download link) your data, which needs to be a multi-dimensional array, is passed to a function that converts it to a csv file and triggers the download.
Add the following code to functions.php.
/**
* Instantiate CSVDownload class with appropriate arguments (listed in class).
* Arguments are optional
*/
if (class_exists('CSVDownload')) {
$csv_button = New CSVDownload(array(
'post_types' => array('page'),
'post_type_ids' => array(420, 114, 749),
'metabox_title' => 'Download CSV Data',
'help_text' => 'CSV file containing useful data.',
'parameter' => 'csv_export_button',
'button_text' =>…| WordPress | false+ requiredTested up to 4.5.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.