Created
September 27, 2022 20:55
-
-
Save chris-castillo-dev/a5602da4845628d209a217b512ceae93 to your computer and use it in GitHub Desktop.
This file contains 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
if( !wp_script_is( 'bricks-splide' ) ){ | |
wp_enqueue_script( 'bricks-splide', '/wp-content/themes/bricks/assets/js/libs/splide.min.js', null, '4.0.6', true ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment