apply_filters( 'bp_core_search_site', string $value , array $search_terms )
Filters the constructed url for use with site searching.
Description Description
Parameters Parameters
- $value
-
URL for use with site searching.
- $search_terms
-
Array of search terms.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |