//logged in shortcode function check_user ($params, $content = null){ //check tha the user is logged…
Enqueue JS in Child Theme
wp_enqueue_script( 'enym-custom-js', get_stylesheet_directory_uri() . '/js/enym-cystom.js', array('jquery'), null, true );