Created
April 9, 2025 08:01
-
-
Save xlplugins/a04fb5542491508ea0c7bc02c0d4bd26 to your computer and use it in GitHub Desktop.
exclude CARD.js from defer in SiteGround optimizer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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