PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.16
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.16
1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 All 179 releases
← All changes | backend/Enqueue.php +2 -1 1.4.01.4.16 View file →
@@ -115,11 +115,12 @@
115 115 'rest_nonce' => wp_create_nonce( 'wp_rest' ),
116 116 'admin_url' => admin_url( 'admin.php' ),
117 117 'site_url' => site_url(),
118 118 'TEXTDOMAIN' => DISCO_TEXTDOMAIN,
119 - 'is_pro_active' => Disco::is_pro(),
119 + 'is_pro_active' => Disco::is_pro(),
120 120 'disco_free_version' => DISCO_VERSION,
121 121 'DISCO_BADGE_IMAGES_DIR' => DISCO_BADGE_IMAGES_DIR,
122 + 'active_campaign' => disco_activecampaign_get_localize_data(),
122 123 )
123 124 );
124 125 }
125 126