helsingborg-stad/customer-feedback
Composer 安装命令:
composer require helsingborg-stad/customer-feedback
包简介
This WordPress plugin adds a feedback form to the end of every page (or any other activated post type).
README 文档
README
This WordPress plugin adds a feedback form to the end of every page (or any other activated post type). The visitor can then answer a question like "did the information on the current page help you?", yes or no. The results will be stored and presented in the admin area.
Filter reference
CustomerFeedback/post_types
Array with post type slugs where the customer feedback form should be shown
Example:
add_filter('CustomerFeedback/post_types', function ($postTypes) { $postTypes[] = 'post'; return $postTypes; });
Disable auto enqueue function on loop end
define('CUSTOMER_FEEDBACK_DISABLE_AUTO_LOAD', true);
统计信息
- 总下载量: 22.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-10