Skip to content

Commit

Permalink
Merge pull request #977 from Codeinwp/feat/975
Browse files Browse the repository at this point in the history
Removed legacy magic tags from the dropdown
  • Loading branch information
vytisbulkevicius authored Oct 28, 2024
2 parents ce52838 + a5b92f3 commit b28110a
Showing 1 changed file with 0 additions and 11 deletions.
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 @@ -2532,17 +2532,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

0 comments on commit b28110a

Please sign in to comment.