Skip to content

Improved import content pro options UI#1241

Open
girishpanchal30 wants to merge 2 commits into
developmentfrom
bugfix/pro/859
Open

Improved import content pro options UI#1241
girishpanchal30 wants to merge 2 commits into
developmentfrom
bugfix/pro/859

Conversation

@girishpanchal30
Copy link
Copy Markdown
Contributor

Summary

Improved the display of upsell options.

Screenshot

image

Check before Pull Request is ready:

Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/859

@girishpanchal30 girishpanchal30 requested a review from Copilot May 27, 2026 09:38
@girishpanchal30 girishpanchal30 added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 27, 2026
@pirate-bot pirate-bot added the pr-checklist-complete The Pull Request checklist is complete. (automatic label) label May 27, 2026
@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented May 27, 2026

Plugin build for edf73a0 is ready 🛎️!

Note

You can preview the changes in the Playground

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the import screen’s magic-tag dropdown UI to better differentiate “PRO” (disabled/upsell) options from available tags.

Changes:

  • Adds a visual divider before disabled magic tags in the dropdown.
  • Updates disabled magic tag rendering to include a “PRO” badge.
  • Adds CSS to lay out the new “PRO” dropdown items using flex.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
includes/admin/feedzy-rss-feeds-import.php Adds a divider and renders disabled magic tags with a PRO badge in the dropdown markup.
css/settings.css Adds flex layout styling for the new .feedzy-pro dropdown items.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread includes/admin/feedzy-rss-feeds-import.php Outdated
Comment thread css/settings.css Outdated
$default_tags .= '<hr>';
foreach ( $disabled as $tag => $label ) {
$default_tags .= '<span disabled title="' . __( 'Upgrade your license to use this tag', 'feedzy-rss-feeds' ) . '" class="dropdown-item">' . $label . ' -- <small>[#' . $tag . ']</small></span>';
$default_tags .= '<span disabled title="' . __( 'Upgrade your license to use this tag', 'feedzy-rss-feeds' ) . '" class="dropdown-item feedzy-pro"><span>' . $label . ' -- <small>[#' . $tag . ']</small></span><span class="pro-label">PRO</span></span>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-checklist-complete The Pull Request checklist is complete. (automatic label) pr-checklist-skip Allow this Pull Request to skip checklist.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants