wp_enqueue_script problem
-
Hi,
I’ve been trying to enqueue my script using wp_enqueue_script. I’ve been trying all sorts of modifications but to no avail. Here is my enqueue script :
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
I can’t see any problems in the code and it should be working. But somehow no script is attached (not even the stylesheet). Here is the output in between my header tags :
<head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>Eduzone by Simpleton</title> </head>I’ve turn on WP_DEBUG and looked at my error_log file, but there is no error.
I’m wondering what’s happening… Is there something wrong?
The topic ‘wp_enqueue_script problem’ is closed to new replies.