do_action( "bp_get_request_{$action}" )
Fires at the end of the bp_get_request function.
Description Description
This dynamic action is probably the one you want to use. It narrows down the scope of the ‘action’ without needing to check it in your function.
Source Source
File: bp-core/bp-core-dependency.php
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |