Skip to content

Commit

Permalink
more intentional hook priority
Browse files Browse the repository at this point in the history
  • Loading branch information
dereksmart committed Jan 17, 2025
1 parent 47e4fd3 commit c71ea47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ function wpcom_edit_site_menu_override( $wp_admin_bar ) {
$wp_admin_bar->add_node( $args );
}
}
add_action( 'admin_bar_menu', 'wpcom_edit_site_menu_override', 9999 );
add_action( 'admin_bar_menu', 'wpcom_edit_site_menu_override', 41 );

0 comments on commit c71ea47

Please sign in to comment.