Skip to content
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

Removed legacy magic tags from the dropdown #977

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions includes/admin/feedzy-rss-feeds-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2481,17 +2481,6 @@ public function magic_tags_title( $default ) {
$default['item_date_feed'] = __( 'Item Date (feed timezone)', 'feedzy-rss-feeds' );
$default['item_source'] = __( 'Item Source', 'feedzy-rss-feeds' );

// disabled tags.
if ( ! feedzy_is_pro() ) {
$default['title_spinnerchief:disabled'] = __( '🚫 Title from SpinnerChief', 'feedzy-rss-feeds' );
$default['title_wordai:disabled'] = __( '🚫 Title from WordAI', 'feedzy-rss-feeds' );

$default['translated_title:disabled'] = __( '🚫 Translated Title', 'feedzy-rss-feeds' );

$default['title_feedzy_rewrite:disabled'] = __( '🚫 Paraphrased Title using Feedzy', 'feedzy-rss-feeds' );

}

return $default;
}

Expand Down
Loading