Linux 软件免费装
Banner图

Contact Form 7 Database Addon - CFDB7

开发者 arshidkv12
更新时间 2024年10月26日 14:49
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form 7 cf7 contact form 7 db wpcf7 cf7 database

下载

1.2.7 1.2.8 1.2.1 1.2.4.7 1.1.6 1.2.5.3 1.2.6.2 1.0.8 1.2.4.1 1.2.4.5 1.1.2 1.1.4 1.2.2 1.2.5.8 1.2.5.4

详情介绍:

The "CFDB7" plugin saves contact form 7 submissions to your WordPress database. Export the data to a CSV file. By simply installing the plugin, it will automatically begin to capture form submissions from contact form 7. Features of CFDB 7 Form Email Testing Tool Plugins Pro Addons

安装:

  1. Download and extract plugin files to a wp-content/plugin directory.
  2. Activate the plugin through the WordPress admin interface.
  3. Done!

常见问题:

  1. How do you change the CSV delimiter to a semicolon?

To change the CSV delimiter to a semicolon, add the following code to your theme's functions.php file: add_filter('cfdb7_csv_delimiter', function( $delimiter ){ return ';'; });

更新日志:

1.2.9 changed csv delimiter to comma with filter 1.2.8 changed csv delimiter to semicolon 1.2.7 Extra protection for files 1.2.6.8 Added cfdb7_admin_subpage_columns hook 1.2.6.7 Improve I18N Issues 1.2.6.5 Fixed csv security issues