Javascript not being loaded for plugins when on Search page
-
Hi, I’m writing a plugin that wraps around most of the bbpress pages using add_action
for some reason when I try
add_action('bbp_template_before_search',
it works, but only with text. when I check the source files in the web inspector it’s missing javascript files for my plugins.I’m using wp_enqueue_script to add my script, it works on /forums so I don’t really understand why It wouldn’t for the search page
- You must be logged in to reply to this topic.