Vielen Dank für eure Infos. Wieder was dazu gelernt.
Dieser Code funktioniert und sollte jetzt auch kein Zufall mehr sein:
add_action('wp_enqueue_scripts','add_scripts');
function add_scripts(){
wp_enqueue_style( 'sym_style', plugins_url( 'css/template.css', __FILE__ ));
wp_enqueue_script( 'sym_script', plugins_url( 'js/js.js', __FILE__ ));
}
Welche? Es gibt nicht nur eine.
"WordPress Snippets" von wpdevtools.io
Ich wollte Text sehen, kein Video.
wp_enqueue_script( $handle:string, $src:string, $deps:array, $ver:string|boolean|null, $in_footer:boolean )
Gruß ebody