bp_search_settings_callback_activity_comments()

Allow Activity Comments search setting field

Description

Source

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

934
935
936
937
938
939
940
941
942
943
944
945
946
function bp_search_settings_callback_activity_comments() { ?>
    <input
        name="bp_search_activity_comments"
        id="bp_search_activity_comments"
        type="checkbox"
        value="1"
        <?php checked( bp_is_search_activity_comments_enable( true ) ) ?>
    />
    <label for="bp_search_activity_comments">
        <?php esc_html_e( 'Activity Comments', 'buddyboss' ) ?>
    </label>
    <?php
}

Changelog

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.