bp_search_settings_callback_photos()

Allow Post Type search setting field

Description

Source

File: bp-search/bp-search-settings.php

746
747
748
749
750
751
752
753
754
755
756
757
758
759
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

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.