bp_enqueue_{$context}_scripts

bp_enqueue_{$context}_scripts

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_enqueue_{$context}_scripts') is found 1 times:

  • /bp-core/bp-core-dependency.php line 540
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
         * Enqueue CSS and JS files for a specific BuddyPress context.
         *
         * @since 11.0.0
         */
        do_action( "bp_enqueue_{$context}_scripts" );
    }
     
    /**
     * Fires the 'bp_enqueue_embed_scripts' action in the <head> for BP oEmbeds.
     *
     * @since 2.6.0