Skip to content

Commit

Permalink
feat(TestRun): increase filter priority for removing admin notices
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Oct 29, 2024
1 parent 4bbeaa5 commit 41217f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/features/class-test-runs-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Test_Runs_Page {
* Constructor.
*/
public function __construct() {
add_action( 'admin_init', [ $this, 'remove_admin_notices' ] );
add_action( 'admin_init', [ $this, 'remove_admin_notices' ], 99 );
add_action( 'admin_menu', [ $this, 'add_submenu_page' ] );
add_action( 'admin_body_class', [ $this, 'add_body_class' ] );

Expand Down

0 comments on commit 41217f7

Please sign in to comment.