私はjqueryのサイトのプラグインを作成します私はそのためにグーグルjqueryを使用しています私はコードを使用しています
/*add_action( 'init', array( $this, 'include_jquery' ) );
function include_jquery(){
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"));
wp_enqueue_script('jquery');
}*/
しかし、それは私のヘッダーファイルjqueryの幅と競合するので、私はそれを解決するためにやる