Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/a04fb5542491508ea0c7bc02c0d4bd26 to your computer and use it in GitHub Desktop.
Save xlplugins/a04fb5542491508ea0c7bc02c0d4bd26 to your computer and use it in GitHub Desktop.
exclude CARD.js from defer in SiteGround optimizer
add_filter( 'sgo_js_async_exclude', function ( $exclude_list ) {
$exclude_list[] = 'jCard_js';
return $exclude_list;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment