Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Add Custom Script File */
- function custom_js_file() {
- wp_enqueue_script( 'jnews-custom-js', get_parent_theme_file_uri( 'custom.js' ) );
- }
- add_action( 'wp_enqueue_scripts','custom_js_file' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement