do_action( "bp_post_request_{$action}" )

Fires at the end of the bp_post_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


Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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