bp_search_settings_callback_photos()
Allow Post Type search setting field
Description
Source
File: bp-search/bp-search-settings.php
function bp_search_settings_callback_photos() {
?>
<input
name="bp_search_photos"
id="bp_search_photos"
type="checkbox"
value="1"
<?php checked( bp_is_search_photos_enable( false ) ); ?>
/>
<label for="bp_search_photos">
<?php esc_html_e( 'Photos', 'buddyboss' ); ?>
</label>
<?php
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.4.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.