-
Notifications
You must be signed in to change notification settings - Fork 27
feat: change the integration upsell label based on the license plan #1130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Plugin build for ce1cc27 is ready 🛎️!
Note You can preview the changes in the Playground |
@@ -1,10 +1,14 @@ | |||
<?php | |||
$plan = apply_filters( 'product_feedzy_license_plan', 0 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that $plan
is not used. Did you forget to remove it after you started using the filter apply_filters( 'feedzy_is_license_of_type', false, 'business' )
?
includes/views/openai-view.php
Outdated
@@ -1,10 +1,14 @@ | |||
<?php | |||
$plan = apply_filters( 'product_feedzy_license_plan', 0 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes/views/openrouter-view.php
Outdated
@@ -1,10 +1,14 @@ | |||
<?php | |||
$plan = apply_filters( 'product_feedzy_license_plan', 0 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes/views/spinnerchief-view.php
Outdated
@@ -1,16 +1,18 @@ | |||
<?php | |||
$plan = apply_filters( 'product_feedzy_license_plan', 0 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes/views/wordai-view.php
Outdated
@@ -1,10 +1,14 @@ | |||
<?php | |||
$plan = apply_filters( 'product_feedzy_license_plan', 0 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some mentions about $plan
8e50708
to
ce1cc27
Compare
Summary
Show the plan-based notice to the integrations
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/851