Skip to content

Commit

Permalink
Update filter priority
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jul 25, 2024
1 parent 71a0a96 commit bd5de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.7/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ function gutenberg_stabilize_experimental_block_supports( $args ) {
return $args;
}

add_filter( 'register_block_type_args', 'gutenberg_stabilize_experimental_block_supports', 10, 1 );
add_filter( 'register_block_type_args', 'gutenberg_stabilize_experimental_block_supports', PHP_INT_MAX, 1 );

0 comments on commit bd5de6b

Please sign in to comment.