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 742bc39 commit 427708aCopy full SHA for 427708a
templates/pricing.php
@@ -95,6 +95,8 @@
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
+ 'plugin_icon' => $fs->get_local_icon_url(),
99
+ 'disable_single_package' => $fs->apply_filters( 'pricing/disable_single_package', false ),
100
), $query_params );
101
102
wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );
0 commit comments