PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.3
Tiered Pricing Table for WooCommerce v2.2.3
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | freemius/templates/pricing.php +5 -0 2.2.1 → 2.2.3 View file →
@@ -56,8 +56,13 @@
56 56 'plugin_public_key' => $fs->get_public_key(),
57 57 'plugin_version' => $fs->get_plugin_version(),
58 58 );
59 59
60 + $bundle_id = $fs->get_bundle_id();
61 + if ( ! is_null( $bundle_id ) ) {
62 + $context_params['bundle_id'] = $bundle_id;
63 + }
64 +
60 65 // Get site context secure params.
61 66 if ( $fs->is_registered() ) {
62 67 $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
63 68 $fs->get_site(),