bbp_admin_setting_callback_search()

Allow forum wide search

Description

Source

File: bp-forums/admin/settings.php

594
595
596
597
598
599
600
601
function bbp_admin_setting_callback_search() {
?>
 
    <input name="_bbp_allow_search" id="_bbp_allow_search" type="checkbox" value="1" <?php checked( bbp_allow_search( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_allow_search' ); ?> />
    <label for="_bbp_allow_search"><?php esc_html_e( 'Allow forum wide search', 'buddyboss' ); ?></label>
 
<?php
}

Changelog

Changelog
Version Description
bbPress (r4970) 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.