Skip to content

Commit 22dd681

Browse files
refactor: remove banner
1 parent 458d958 commit 22dd681

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

includes/admin/feedzy-rss-feeds-admin.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ function ( $product_name, $page_slug ) {
8888
return;
8989
}
9090

91-
if ( in_array( $page_slug, array( 'imports', 'categories' ), true ) ) {
92-
$this->add_banner_anchor();
93-
}
94-
9591
if (
9692
in_array( $page_slug, array( 'imports', 'new-category', 'settings' ), true )
9793
&& 'yes' === get_option( 'feedzy_rss_feeds_logger_flag', false )
@@ -2737,21 +2733,6 @@ public function get_survey_data() {
27372733
return $survey_data;
27382734
}
27392735

2740-
/**
2741-
* Add banner anchor for promotions.
2742-
*
2743-
* @return void
2744-
*/
2745-
public function add_banner_anchor() {
2746-
add_action(
2747-
'admin_notices',
2748-
function () {
2749-
echo '<div id="tsdk_banner" class="notice fz-notice feedzy-banner-dashboard"></div>';
2750-
},
2751-
999
2752-
);
2753-
}
2754-
27552736
/**
27562737
* List of languages supported for translations.
27572738
*/

0 commit comments

Comments
 (0)