trying to solve anchor problem
This commit is contained in:
parent
b1e7db2f6e
commit
46d4b48bca
|
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
add_filter('gform_confirmation_anchor_gform_24', '__return_false');
|
||||
add_filter('gform_confirmation_anchor_24', '__return_false');
|
||||
|
||||
add_filter('gform_confirmation_anchor', '__return_false');
|
||||
|
||||
|
||||
// ## Fields
|
||||
require_once(__DIR__ . '/forms/field-OrderSynthese.php');
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
<?php
|
||||
add_filter('gform_confirmation_anchor_gform_21', '__return_false');
|
||||
add_filter('gform_confirmation_anchor_gform_24', '__return_false');
|
||||
|
||||
|
||||
function populate_note_comment_based_on_rating($form)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user