function a11y_controls_shortcode() { // Generate unique ID to prevent conflicts $unique_id = uniqid('a11y_'); ob_start(); ?>…
Enqueue JS in Child Theme
wp_enqueue_script( 'enym-custom-js', get_stylesheet_directory_uri() . '/js/enym-cystom.js', array('jquery'), null, true );
