We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a621c75 commit 8d2263bCopy full SHA for 8d2263b
templates/pricing.php
@@ -94,6 +94,7 @@
94
'selector' => '#fs_pricing_wrapper',
95
'unique_affix' => $fs->get_unique_affix(),
96
'show_annual_in_monthly' => $fs->apply_filters( 'pricing/show_annual_in_monthly', true ),
97
+ 'license' => $fs->has_active_valid_license() ? $fs->_get_license() : null,
98
), $query_params );
99
100
wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );
0 commit comments