customerfeedback 4.0.11
Install from the command line:
Learn more about npm packages
$ npm install @helsingborg-stad/customerfeedback@4.0.11
Install via package.json:
"@helsingborg-stad/customerfeedback": "4.0.11"
About this version
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.
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;
});
define('CUSTOMER_FEEDBACK_DISABLE_AUTO_LOAD', true);
Details
- customerfeedback
- helsingborg-stad
- 3 days ago
- MIT
- 31 dependencies
Assets
- customerfeedback-4.0.11.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0