bp_get_request_ . $action
bp_get_request_ . $action
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_get_request_ . $action') is found 1 times:
- /bp-core/bp-core-dependency.php line 829
* the scope of the 'action' without needing to check it in your function. * * @since 1.9.0 */ do_action( 'bp_get_request_' . $action ); /** * Fires at the end of the bp_get_request function. * * Use this static action if you don't mind checking the 'action' yourself. *