bp_search_form_option( string $option, string $default = '', bool $slug = false )
Output settings API option
Description
Parameters
- $option
-
(Required)
- $default
-
(Optional)
Default value: ''
- $slug
-
(Optional)
Default value: false
Source
File: bp-search/bp-search-settings.php
function bp_search_form_option( $option, $default = '', $slug = false ) { echo bp_search_get_form_option( $option, $default, $slug ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.