bbp_current_screen( WP_Screen $current_screen = '' )

Dedicated action to hook into the current screen


Description Description


Parameters Parameters

$current_screen

(Optional)

Default value: ''


Top ↑

Source Source

File: includes/admin/actions.php

function bbp_current_screen( $current_screen = '' ) {
	do_action( 'bbp_current_screen', $current_screen );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.