shell bypass 403
<?php
/**
* Template part for displaying a search.
*
* @package thebase
*/
namespace TheBase;
if ( function_exists( 'is_bbpress' ) && is_bbpress() ) {
bbp_get_template_part( 'form', 'search' );
} else {
get_search_form();
}