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 427708a commit 1945153Copy full SHA for 1945153
templates/pricing.php
@@ -69,6 +69,11 @@
69
70
wp_enqueue_script( 'freemius-pricing', $pricing_js_url );
71
72
+ $pricing_css_path = $fs->apply_filters( 'pricing/css_path', null );
73
+ if ( is_string( $pricing_css_path ) ) {
74
+ wp_enqueue_style( 'freemius-pricing', fs_asset_url( $pricing_css_path ) );
75
+ }
76
+
77
$has_tabs = $fs->_add_tabs_before_content();
78
79
if ( $has_tabs ) {
0 commit comments