bbp_current_screen( WP_Screen $current_screen = '' )
Dedicated action to hook into the current screen
Description Description
Parameters Parameters
- $current_screen
-
(Optional)
Default value: ''
Source Source
File: includes/admin/actions.php
function bbp_current_screen( $current_screen = '' ) { do_action( 'bbp_current_screen', $current_screen ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |