| 开发者 | neutropeinc |
|---|---|
| 更新时间 | 2026年6月1日 14:46 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
{prefix}nldcf7_entries)nldcf7_after_entry_saved, nldcf7_after_note_added, nldcf7_after_status_changed, nldcf7_entry_data_before_insert, nldcf7_export_columns, nldcf7_export_row, nldcf7_statuses, nldcf7_required_capabilityneutrope-lead-desk-for-contact-form-7 folder to the /wp-content/plugins/ directory, or install it via the Plugins screen in WordPress ("Upload Plugin").No. The plugin depends on Contact Form 7. If CF7 is not active, the plugin will not capture submissions and will show a warning banner on its own admin screens (it does not nag elsewhere in wp-admin).
No — only metadata (file name, MIME type, file size). The actual files remain with Contact Form 7's default handling.
IP capture is disabled by default for privacy. You can enable it under お問い合わせ > 設定 > IP 保存. If you enable it, make sure your site's privacy policy covers IP logging.
Open お問い合わせ > エクスポート, apply any filters (date range, status, form, include spam), and click the download button. The CSV is UTF-8 with BOM, so it opens correctly in Japanese Excel without manual encoding conversion.
Each of the four mapped columns (name, email, phone, company) has a comma-separated candidate list. The first field name that exists in the submission wins and its value is copied to the mapped column. Unmapped fields still end up in the raw_payload_json column.
No, by default data is preserved. If you explicitly want a clean uninstall, enable 設定 > アンインストール時にデータ削除 first, then delete the plugin.
No. Nothing is sent outside your WordPress installation. There is no phone-home, no analytics, and no tracking.
By default manage_options is required for all admin screens. The required capability can be changed via the nldcf7_required_capability filter.
Yes. Use the nldcf7_export_columns filter to add/remove header columns, and nldcf7_export_row to return custom values per row.
Please open an issue on the plugin's support forum or the project's issue tracker.
NLDCF7_Entry_Detail_Page::render() did not accept the consumed transient and its view template had no notice block. render() now mirrors NLDCF7_Settings_Page::render() and accepts an optional $notice; the detail view renders the standard notice notice-success / notice-error is-dismissible banner; and NLDCF7_Admin_Menu::render_entries_route() passes the consumed transient when routing to the detail screen.?page=nldcf7-* URLs continue to resolve unchanged.