diff --git a/includes/admin/feedzy-rss-feeds-admin.php b/includes/admin/feedzy-rss-feeds-admin.php index 6d6ff973..85fc988e 100644 --- a/includes/admin/feedzy-rss-feeds-admin.php +++ b/includes/admin/feedzy-rss-feeds-admin.php @@ -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 ) @@ -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 '
'; - }, - 999 - ); - } - /** * List of languages supported for translations. */