wp_enqueue_script(
'someScript-js',
$path_to_file,
array( 'jquery' ),
'1.0.0',
true
);
]]>
',
esc_url( $path_to_file )
);
]]>
wp_enqueue_style(
'style-name',
$path_to_file,
array(),
'1.0.0'
);
]]>
',
esc_url( $path_to_file )
);
]]>