Skip to content

Commit

Permalink
set priority to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jan 17, 2025
1 parent 0a0506e commit f3025fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct() {
add_action( 'current_screen', array( $this, 'current_screen' ), 10 );

// Collect and print fonts in use
add_action( 'wp_head', array( $this, 'print_font_faces' ), 20 );
add_action( 'wp_head', array( $this, 'print_font_faces' ), 10 );
add_filter( 'pre_render_block', array( $this, 'collect_block_fonts' ), 10, 2 );
}

Expand Down

0 comments on commit f3025fc

Please sign in to comment.