Possible Conflict with Gravity Forms
-
I just ran into a conflict between Gravity Forms and QM,
With QM enabled I’d get
PHP Parse error: syntax error, unexpected ''' (T_ENCAPSED_AND_WHITESPACE), expecting ')' in /nas/content/live/sitename/wp-content/plugins/gravityforms/form_display.php on line 805
Which is weird… that line 805 is a filter.
$form = gf_apply_filters( array( 'gform_pre_render', $form_id ), $form, $ajax, $field_values );
I’m 100% sure this is conflicting on this one site, but I don’t know that it’s repeatable elsewhere, nor that another add-on/custom code etc isn’t to blame. GF works fine when QM is not activated.
WP 4.8.1, PHP 5.6, Gravity Forms 2.2.3.16, Query Monitor 2.13.4
Some funky plugins including an mu-plugin plugin organizer…
I’ll try to come back and update this if/when I can test more.
- The topic ‘Possible Conflict with Gravity Forms’ is closed to new replies.