Title: Neutrope Quick Export
Author: Neutrope Inc.
Published: <strong>6 septembre 2026</strong>
Last modified: 6 septembre 2026

---

Recherche d’extensions

![](https://ps.w.org/neutrope-quick-export/assets/banner-772x250.png?rev=3684176)

![](https://ps.w.org/neutrope-quick-export/assets/icon-256x256.png?rev=3684176)

# Neutrope Quick Export

 Par [Neutrope Inc.](https://profiles.wordpress.org/neutropeinc/)

[Télécharger](https://downloads.wordpress.org/plugin/neutrope-quick-export.0.1.1.zip)

 * [Détails](https://fr.wordpress.org/plugins/neutrope-quick-export/#description)
 * [Avis](https://fr.wordpress.org/plugins/neutrope-quick-export/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/neutrope-quick-export/#installation)
 * [Développement](https://fr.wordpress.org/plugins/neutrope-quick-export/#developers)

 [Support](https://wordpress.org/support/plugin/neutrope-quick-export/)

## Description

Neutrope Quick Export adds a simple **Tools  Neutrope Quick Export** screen and 
a **« Export selected to CSV »** bulk action to your post, page, and public custom
post type lists. It is built for everyday production work: SEO inventories, content
audits, and client-facing lists — not heavy migration.

The plugin is intentionally small and stays out of your way:

 * **Lightweight.** It loads only in the admin area and adds nothing to your front
   end.
 * **Read-only.** It never writes options, post meta, custom tables, or scheduled
   events. Exporting changes nothing on your site.
 * **Excel-friendly CSV.** Files are UTF-8 with a BOM so multi-byte text (including
   Japanese) opens correctly in spreadsheet apps.
 * **Privacy first.** User e-mail addresses, login names, and comment-author data
   are never exported.
 * **Respects the standard interface.** It only _adds_ a Tools screen and one bulk
   action. Existing screens and actions are left untouched.
 * **No ads. No upsells. No « Pro » nag screens. No external requests. No tracking.**

#### How it works

 * **Tools  Neutrope Quick Export** — Choose post types, statuses, an optional published/
   modified date range, and a maximum row count, then download a CSV.
 * **Bulk action** — On any post, page, or public custom post type list, select 
   rows and choose **Export selected to CSV**.

#### Columns

Every export includes these columns:

 * `post_id`
 * `post_type`
 * `title`
 * `slug`
 * `url`
 * `status`
 * `published_date`
 * `modified_date`
 * `categories`
 * `tags`

Featured image columns are **on by default** (a single checkbox on the Tools screen)
and add useful, low-risk information for pre-migration audits. Only metadata is 
exported — never the image file itself:

 * `featured_image_id`
 * `featured_image_url`
 * `featured_image_filename`

These optional columns are **off by default** and can be enabled on the Tools screen:

 * `excerpt`
 * `content`
 * `author_display_name` (the author’s public display name only)

#### What is intentionally not included

 * User e-mail addresses, login names, and comment-author information are never 
   exported.
 * Image files themselves are never downloaded, exported, or bundled — featured 
   image columns hold only the attachment ID, URL, and file name.
 * No import, restore, XML/JSON/Markdown output, WP-CLI, REST API, scheduled exports,
   or external/cloud integrations in this version.

## Captures d’écrans

[⌊The Tools → Neutrope Quick Export screen: choose post types, statuses, a maximum
row count, an optional date range, and download the CSV.⌉⌊The Tools → Neutrope Quick
Export screen: choose post types, statuses, a maximum row count, an optional date
range, and download the CSV.⌉[

The Tools  Neutrope Quick Export screen: choose post types, statuses, a maximum 
row count, an optional date range, and download the CSV.

[⌊Choosing post types — Posts, Pages, and any public custom post type (shown as "
Custom post type: ").⌉⌊Choosing post types — Posts, Pages, and any public custom
post type (shown as "Custom post type: ").⌉[

Choosing post types — Posts, Pages, and any public custom post type (shown as « 
Custom post type: « ).

[⌊The "Include featured image information" option, which adds the featured_image_id,
featured_image_url, and featured_image_filename columns.⌉⌊The "Include featured 
image information" option, which adds the featured_image_id, featured_image_url,
and featured_image_filename columns.⌉[

The « Include featured image information » option, which adds the featured_image_id,
featured_image_url, and featured_image_filename columns.

[⌊The "Export selected to CSV" bulk action on the post list.⌉⌊The "Export selected
to CSV" bulk action on the post list.⌉[

The « Export selected to CSV » bulk action on the post list.

[⌊An exported CSV opened in a spreadsheet, showing the featured image columns and
correctly displayed multi-byte (Japanese) titles.⌉⌊An exported CSV opened in a spreadsheet,
showing the featured image columns and correctly displayed multi-byte (Japanese)
titles.⌉[

An exported CSV opened in a spreadsheet, showing the featured image columns and 
correctly displayed multi-byte (Japanese) titles.

## Installation

 1. Upload the `neutrope-quick-export` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the Plugins screen in WordPress.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **Tools  Neutrope Quick Export** to configure and download a CSV, or use 
    the **Export selected to CSV** bulk action on any post, page, or public custom 
    post type list.

## FAQ

### Which file format does it produce?

A UTF-8 CSV with a byte order mark (BOM). The BOM lets Excel and other spreadsheet
apps detect the encoding so multi-byte text is not garbled.

### Does it export private data?

No. User e-mail addresses, login names, and comment-author data are never exported.
The only person-related field is the author’s public display name, and it is off
by default.

### Does it download or export the featured image file?

No. The featured image columns contain only the attachment ID, URL, and file name—
metadata that already exists in your database. Image files are never downloaded,
exported, or bundled, and no external request is made. You can turn the featured
image columns off with a single checkbox on the Tools screen.

### Which post types can I export?

Posts, pages, and any public custom post type that has an admin list. On the Tools
screen, custom post types are labelled « Custom post type:  » so they are easy to
recognise, and the « Export selected to CSV » bulk action is available on each of
those list screens.

### Who is allowed to export?

Only users with the WordPress **export** capability (administrators by default).
The bulk action additionally confirms that you can edit each selected item before
including it.

### Does it change anything on my site?

No. Neutrope Quick Export is read-only. It does not create options, post meta, custom
tables, or cron jobs, so there is nothing to clean up on uninstall.

### Is there a limit on how many rows I can export?

The Tools screen lets you set a maximum row count, capped at 10,000 per export to
keep memory and time predictable. The bulk action exports exactly the items you 
selected.

### Does the plugin connect to any external service?

No. There are no external requests, no tracking, and no analytics of any kind.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Neutrope Quick Export » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ Neutrope Inc. ](https://profiles.wordpress.org/neutropeinc/)

[Traduisez « Neutrope Quick Export » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/neutrope-quick-export)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/neutrope-quick-export/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/neutrope-quick-export/),
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/neutrope-quick-export/)
par [RSS](https://plugins.trac.wordpress.org/log/neutrope-quick-export/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 0.1.1

 * Add featured image columns (`featured_image_id`, `featured_image_url`, `featured_image_filename`),
   on by default via a single Tools-screen checkbox. Only metadata is exported —
   never the image file.
 * Featured image columns are also included in the « Export selected to CSV » bulk
   action.
 * Clearer post type labels on the Tools screen: custom post types are shown as «
   Custom post type:  » while the submitted value stays the post type slug.

#### 0.1.0

 * Initial release.

## Méta

 *  Version **0.1.1**
 *  Dernière mise à jour **il y a 3 semaines**
 *  Installations actives **Moins de 10**
 *  Version de WordPress ** 5.6 ou plus **
 *  Testé jusqu’à **7.1.2**
 *  Version de PHP ** 7.4 ou plus **
 *  Langue
 * [English (US)](https://wordpress.org/plugins/neutrope-quick-export/)
 * Étiquettes
 * [csv](https://fr.wordpress.org/plugins/tags/csv/)[custom post type](https://fr.wordpress.org/plugins/tags/custom-post-type/)
   [export](https://fr.wordpress.org/plugins/tags/export/)[featured image](https://fr.wordpress.org/plugins/tags/featured-image/)
   [posts](https://fr.wordpress.org/plugins/tags/posts/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/neutrope-quick-export/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Votre avis](https://wordpress.org/support/plugin/neutrope-quick-export/reviews/#new-post)

[Tout voir](https://wordpress.org/support/plugin/neutrope-quick-export/reviews/)

## Contributeurs

 *   [ Neutrope Inc. ](https://profiles.wordpress.org/neutropeinc/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/neutrope-quick-export/)