我正在尝试附加我的 js 和 CSS 文件,但它不起作用,谁能帮帮我?
这是我的代码。
add_action( 'wp_enqueue_scripts', 'script_manager');
public function script_manager() {
wp_register_script( 'wc-'.self::$endpoint."-js" , plugin_dir_url(__FILE__).'template/shCore.js', array( 'jquery' ), '1.0', true );
}