Forums

Join
bbPress Support ForumsTroubleshootingwp_enqueue doesn't fire during deep integration

Info

wp_enqueue doesn't fire during deep integration

  1. I've tried and tried, but I can't seem to get my wp_enqueue styles or scripts to fire from within bbpress.

    Deep integration is done via wp-load.php, the header and footers are working fine and my functions.php from the wordpress side is being loaded (since my functions in the footer are running fine). But nothing that I've enqueued, script or styles, is working.

    I've tried firing them directly (from within either functions.php), originally they were hooked into wp_print_styles and wp_print_scripts respectively. I've tried hooking into template_redirect and init. Neither fires.

    Any ideas?

  2. You must log in to post.