bp_search_settings_callback_post_type_section()

Post type search helper text.

Description

Source

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

function bp_search_settings_callback_post_type_section() {
	?>
	<p><?php esc_html_e( 'Search the following WordPress content and custom post types:', 'buddyboss' ) ?></p>
	<input id="bp_search_select_all_post_types" type="checkbox" value="1">
	<label for="bp_search_select_all_post_types"><?php esc_html_e('Select All','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.