apply_filters( "bp_after_{$filter_key}_parse_args", array $r )
Filters the arguments key after parsing if filter key provided.
Description Description
This is a dynamic filter dependent on the specified key.
Parameters Parameters
- $r
-
Array of parsed arguments.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |