fgms/contact-form-7-web-communications

WordPress 插件,用于为 Contact 7 表单添加通信功能

安装: 41

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:wordpress-plugin

0.0.1 2017-08-26 00:47 UTC

This package is not auto-updated.

Last update: 2024-09-15 02:30:19 UTC


README

简介

此插件为 Contact form 7 增强功能

  • 提供创建“接受/拒绝”电子邮件通信的选项。
  • 为丢弃的电子邮件通信添加管理员的电子邮件。
  • 添加 Bcc 电子邮件,以防止保存标题时出现 Mod Security 错误。
  • 创建每周添加电子邮件摘要的能力。
  • 将自定义 Twig 模板函数添加到此插件中。
  • 创建表单通信数据库。
  • 更新 Mail 和 Mail 2 电子邮件到管理员和客户电子邮件。
  • 添加额外的电子邮件标签 site_url、company_name、comm_status、comm_accept_link 和 comm_decline_link

简码

[wpcf7_communications_results]

获取每周通信的结果。

[wpcf7_communications_results]

[wpcf7_communications_action]

[wpcf7_communications_action accept_message="" decline_message="" not_found_message=""]

文件结构

├── composer.json  - for composer
├── contact-form-7-web-communications.php - plugin file
├──  README.MD -- this file
├── shortcodes
│   ├── wpcf7-communications-action.php -- this allows an action for accept and decline of email communications
│   └── wpcf7-communications-results.php -- this outputs the results of weekly email communications
└── src
    └── Fgms
        └── Communications
            ├── Controller.php - Controller
            ├── Model.php - where all the database stuff happens.
            └── View.php - display data