Preview:
function woodmart_child_enqueue_scripts()
{
	wp_enqueue_script(
		'child-scripts',
		get_stylesheet_directory_uri() . '/main.js',
		array('jquery'),
		null,
		true
	);
}
add_action('wp_enqueue_scripts', 'woodmart_child_enqueue_scripts');
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter