The problem was, that you can't use wp_enqueue_script() after wp_head() since you can't hook into an action that has already completed.
確定! 回上一頁