Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brianleejackson/253df5b15773c31b234cf5cc67dcff22 to your computer and use it in GitHub Desktop.

Select an option

Save brianleejackson/253df5b15773c31b234cf5cc67dcff22 to your computer and use it in GitHub Desktop.
Disable fetch priority on GB mega menu
/**
* Prevent GenerateBlocks from forcing high priority/eager loading in overlays (Mega Menus)
*/
add_filter( 'generateblocks_pro_overlay_allow_lazy_load', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment