Account Settings

Winkelwagen

De winkelwagen is nog leeg

Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 19-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Defer Javascript loading

Omschrijving

// Defer Javascript loading
function js_async_attr($tag){
# Do not add defer or async attribute to these scripts
// $scripts_to_exclude = array(‘script1.js’, ‘script2.js’, ‘script3.js’);
// foreach($scripts_to_exclude as $exclude_script){
// if(true == strpos($tag, $exclude_script ) )
// return $tag;
// }
# Defer or async all remaining scripts not excluded above
return str_replace( ‘ src’, ‘ defer=”defer” src’, $tag );
}
if ( ! is_admin() ) add_filter( ‘script_loader_tag’, ‘js_async_attr’, 10 );

Snippet

FieldValue
Snippet Status
Snippet Description
Snippet Type Code
Snippet URL
Snippet Content
Snippet Content CSS
Snippet Content HTML
Snippet Content JS
Snippet Content PHP
Particle Snippet in Software
Particle Snippet in Boilerplate

Relations

ItemType

Pointing items

ItemTypeCategoryTags
Categorie
Tags,
URL
TypeSnippet
Time
Price

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Home