Load css or javascript files in child theme

PHOTO EMBED

Thu Oct 26 2023 08:28:06 GMT+0000 (Coordinated Universal Time)

Saved by @georgi_bogdanov

function load_webtitan() {
    wp_enqueue_script( 'webtitan', get_stylesheet_directory_uri() . '/webtitan.js', array( 'jquery' ) );
}

add_action('wp_enqueue_scripts', 'load_webtitan');
content_copyCOPY