Title: wp register script
Last modified: August 31, 2016

---

# wp register script

 *  [czafir](https://wordpress.org/support/users/czafir/)
 * (@czafir)
 * [10 years ago](https://wordpress.org/support/topic/wp-register-script/)
 * Hello, my checkout page grayes out and when i add a product to cart it doubles
   the quantity.Using the Wp-debug i keep getting the following errors:
    Notice:
   wp_register_script was called incorrectly. Scripts and styles should not be registered
   or enqueued until the wp_enqueue_scripts,
 * admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in
   WordPress for more information. (This message was added in
 * version 3.3.) in mypath/wp-includes/functions.php on line 3897
 * Any help is appreciated
    Thanks in advance, czafir

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Clarion Technologies](https://wordpress.org/support/users/clarionwpdeveloper/)
 * (@clarionwpdeveloper)
 * [10 years ago](https://wordpress.org/support/topic/wp-register-script/#post-7409370)
 * Hello czafir,
 * Scripts and styles should not be registered or enqueued until the wp_enqueue_script
   you first need to enqueue_script using the ‘wp_enqueue_script’ hook after that
   hook call use the ‘wp_register_script’ for registering the scripts.
 * Please check in you function.php file and get it correct hook call.
 * Thanks,
 *  Thread Starter [czafir](https://wordpress.org/support/users/czafir/)
 * (@czafir)
 * [10 years ago](https://wordpress.org/support/topic/wp-register-script/#post-7409461)
 * well i dont know how to edit the file to do that.
    If i get a clean functions.
   php file is the problem gonna be resolved?
 * Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp register script’ is closed to new replies.

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 2 replies
 * 2 participants
 * Last reply from: [czafir](https://wordpress.org/support/users/czafir/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/wp-register-script/#post-7409461)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
