From 35c712893c95ab853724a35fab05a92a79f4bad8 Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 12 Nov 2020 22:44:10 +0800 Subject: [PATCH] [pricing] [package] [single-plan] [highlight] Introduced a new 'feature_pricing_id' option to highlight the specific package when the product has only one plan. --- templates/pricing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/pricing.php b/templates/pricing.php index 469f30059..b77f55432 100644 --- a/templates/pricing.php +++ b/templates/pricing.php @@ -137,6 +137,7 @@ ), 'selector' => '#fs_pricing_wrapper', 'unique_affix' => $fs->get_unique_affix(), + 'featured_pricing_id' => 1690 ), $query_params ); wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );