Skip to content
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
19 changes: 0 additions & 19 deletions includes/admin/feedzy-rss-feeds-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ function ( $product_name, $page_slug ) {
return;
}

if ( in_array( $page_slug, array( 'imports', 'categories' ), true ) ) {
$this->add_banner_anchor();
}

if (
in_array( $page_slug, array( 'imports', 'new-category', 'settings' ), true )
&& 'yes' === get_option( 'feedzy_rss_feeds_logger_flag', false )
Expand Down Expand Up @@ -2737,21 +2733,6 @@ public function get_survey_data() {
return $survey_data;
}

/**
* Add banner anchor for promotions.
*
* @return void
*/
public function add_banner_anchor() {
add_action(
'admin_notices',
function () {
echo '<div id="tsdk_banner" class="notice fz-notice feedzy-banner-dashboard"></div>';
},
999
);
}

/**
* List of languages supported for translations.
*/
Expand Down
Loading