do_action( 'bp_post_request', string $action )
Fires at the end of the bp_post_request function.
Description Description
Use this static action if you don’t mind checking the ‘action’ yourself.
Parameters Parameters
- $action
-
The action being run.
Source Source
File: bp-core/bp-core-dependency.php
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |