Skip to content

Instantly share code, notes, and snippets.

@pascalbajorat
Created December 3, 2022 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalbajorat/40dcd0b78c6753f9d23a6312c9bc7588 to your computer and use it in GitHub Desktop.
Save pascalbajorat/40dcd0b78c6753f9d23a6312c9bc7588 to your computer and use it in GitHub Desktop.
<?php
function custom_bm_gfonts_max_prio_buffer($prio) {
return 19021987;
}
add_filter('bm_gfonts_max_prio_buffer', 'custom_bm_gfonts_max_prio_buffer');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment