Title: wp_enqueue_script
Last modified: August 20, 2016

---

# wp_enqueue_script

 *  [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * (@pathawks)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wp_enqueue_script-2/)
 * Could you please use `wp_enqueue_script()` instead of just echoing the script
   tag directly?
 * `if(get_option('google-chrome-javascript')){`
    `add_action('wp_enqueue_scripts','
   kws_google_chrome_js');` `}`  `function kws_google_chrome_js(){` `wp_enqueue_script('
   chrome-frame','http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.
   min.js',false,'1');` `}`
 * [http://wordpress.org/extend/plugins/google-chrome-frame/](http://wordpress.org/extend/plugins/google-chrome-frame/)

The topic ‘wp_enqueue_script’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-chrome-frame.svg)
 * [Google Chrome Frame for WordPress](https://wordpress.org/plugins/google-chrome-frame/)
 * [Support Threads](https://wordpress.org/support/plugin/google-chrome-frame/)
 * [Active Topics](https://wordpress.org/support/plugin/google-chrome-frame/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-chrome-frame/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-chrome-frame/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/wp_enqueue_script-2/)
 * Status: not resolved