apply_filters( 'bp_search_form_type_select', string $selection_box )
Filters the complete <select> input used for search scope.
Description Description
Parameters Parameters
- $selection_box
-
<select> input for selecting search scope.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |