お恥ずかしながらWordPress様に申請したプラグインについて
修正しろ!というメールが来てしまったのでありました。
本文ありのままに掲載します。
———————————————————————-
function pluginAddHeaderFirst() is calling jquery and css incorrectly.
You should use wp_enqueue_styles and wp_enqueue_scripts
When you’ve fixed that, could you send a link so the completed plugin can be downloaded please. Alternately you can reply to this and send
a .zip or .rar file.
———————————————————————-
まぁ、詳しくはあれなんですが、メソッドの中で
<link rel ~>
<script type=”text/javascript” ~>
でjQueryを呼び出したりしていた部分があり、そこを
WordPressのメソッド、 wp_enqueue_styles 及び wp_enqueue_scripts で呼ぶようにしないとダメですよ。
ということでした。
修正後、メールで再審査依頼メールを出しました。(英文で・・・)
なんとかリリース出来そうな予感です。