Skip to content

Commit

Permalink
Hide yoast-first-time-configuration-notice (T-9811)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 10, 2024
2 parents daf845a + a1b3aa8 commit bf01c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add "Flush all caches" to admin bar (T-19416)
* Add srcset to `get_native_lazyload_tag` function (T-17628)
* Hide yoast-first-time-configuration-notice (T-9811)

### 3.0.9: 2024-09-25

Expand Down
1 change: 1 addition & 0 deletions inc/admin/adminbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function air_helper_helper_remove_admin_bar_links() {
'comments',
'customize',
'imagify',
'wpforms-menu',
] );

foreach ( $remove_items as $item ) {
Expand Down
1 change: 1 addition & 0 deletions inc/admin/updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function air_helper_hide_nag_styles() { ?>
<style>
.cookiebot-admin-notice-container,
.update-nag,
#yoast-first-time-configuration-notice,
#wp-admin-bar-updates,
#menu-plugins .update-plugins,
.theme-info .notice,
Expand Down

0 comments on commit bf01c65

Please sign in to comment.