do_action( 'bp_members_admin_enqueue_scripts', string $id , array $screen_id )
Fires after all of the members JavaScript and CSS are enqueued.
Description Description
Parameters Parameters
- $id
-
ID of the current screen.
- $screen_id
-
Array of allowed screens to add scripts and styles to.
Source Source
File: bp-members/classes/class-bp-members-admin.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |