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