Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhvo committed Aug 21, 2023
2 parents 5aea7f8 + 5e6abdd commit 4ea3c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/class-fathom-analytics-conversions-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public function fac4wp_admin_init() {
],
FAC4WP_OPTION_INTEGRATE_GRAVIRYFORMS => [
'label' => __( 'Gravity Forms', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission. NOTE: Only works with forms set to AJAX submissions.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'gravityforms/gravityforms.php',
],
Expand All @@ -386,7 +386,7 @@ public function fac4wp_admin_init() {
],
FAC4WP_OPTION_INTEGRATE_WOOCOMMERCE => [
'label' => __( 'Woocommerce', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful order.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful order. NOTE: Fires on the order complete page.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'woocommerce/woocommerce.php',
],
Expand Down

0 comments on commit 4ea3c38

Please sign in to comment.