Skip to content

Commit

Permalink
Merge pull request #856 from humanmade/fix-howdy-removal
Browse files Browse the repository at this point in the history
Fix Howdy removal for WordPress 6.6
  • Loading branch information
mikelittle authored Jul 31, 2024
2 parents 95367f3 + adf797c commit bf89351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/branding/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function bootstrap() {
add_filter( 'get_the_generator_rss2', __NAMESPACE__ . '\\override_generator', 10, 2 );
add_filter( 'get_the_generator_comment', __NAMESPACE__ . '\\override_generator', 10, 2 );
add_filter( 'get_the_generator_export', __NAMESPACE__ . '\\override_generator', 10, 2 );
add_filter( 'admin_bar_menu', __NAMESPACE__ . '\\remove_howdy_greeting', 25 );
add_filter( 'admin_bar_menu', __NAMESPACE__ . '\\remove_howdy_greeting', 9992 );
add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\\enqueue_block_editor_branding_assets' );
add_action( 'do_faviconico', __NAMESPACE__ . '\\override_default_favicon' );
}
Expand Down

0 comments on commit bf89351

Please sign in to comment.