bp_enqueue_{$context}_scripts

bp_enqueue_{$context}_scripts

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.11.0.0

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

  • /bp-core/bp-core-dependency.php line 534
    	 * 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