Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created October 1, 2019 18:42
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 lukecav/546acc3d08a88a4795ea31d91f23f1de to your computer and use it in GitHub Desktop.
Save lukecav/546acc3d08a88a4795ea31d91f23f1de to your computer and use it in GitHub Desktop.
Disable fallback script in the Native Lazyload plugin
add_filter( 'native_lazyload_fallback_script_enabled', '__return_false' );