We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407cb43 + fc0edfc commit 6a25bd3Copy full SHA for 6a25bd3
source/php/Form.php
@@ -34,10 +34,6 @@ public function appendForm()
34
35
$postExtended = get_extended($post->post_content);
36
37
- if (empty($postExtended['main']) || (strpos($post->post_content, '<!--more-->') !== false && empty($postExtended['extended']))) {
38
- return;
39
- }
40
-
41
$mainQuestion = __('Did the information on this page help you?', 'customer-feedback');
42
if (!empty(get_field('customer_feedback_main_question_text', 'option'))) {
43
$mainQuestion = get_field('customer_feedback_main_question_text', 'option');
0 commit comments