Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Enqueue Global Scripts and Styles
- add_action( 'wp_enqueue_scripts', 'sk_enqueue_sitewide' );
- function sk_enqueue_sitewide() {
- wp_enqueue_script( 'global', get_stylesheet_directory_uri() . '/js/general.js', array( 'jquery' ), CHILD_THEME_VERSION, true );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement