[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.133.137.40: ~ $
<?php
/**
 * Search 
 *
 * @package bbPress
 * @subpackage Theme
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( bbp_allow_search() ) : ?>

	<div class="bbp-search-form">
		<form role="search" class="search-form" method="get">
			<label for="bbp_search">
				<span class="screen-reader-text"><?php esc_html_e( 'Search for:', 'kadence' ); ?></span>
				<input type="search" value="<?php bbp_search_terms(); ?>" placeholder="<?php esc_attr_e( 'Search ...', 'kadence' ); ?>" name="bbp_search" class="search-field" />
			</label>
			<input type="hidden" name="action" value="bbp-search-request" />
			<input class="search-submit" type="submit" value="<?php esc_attr_e( 'Search', 'kadence' ); ?>" />
			<?php do_action( 'bbpress_end_form_search' ); ?>
		</form>
	</div>

<?php endif;

Filemanager

Name Type Size Permission Actions
content-archive-forum.php File 648 B 0644
form-reply-search.php File 753 B 0644
form-reply.php File 7.79 KB 0644
form-search.php File 802 B 0644
form-topic-search.php File 753 B 0644
form-topic.php File 8.42 KB 0644
loop-search-reply.php File 1.82 KB 0644
loop-search-topic.php File 1.95 KB 0644
loop-single-reply.php File 1.37 KB 0644
loop-single-topic.php File 3.1 KB 0644
loop-topics.php File 991 B 0644
pagination-replies.php File 537 B 0644
pagination-topics.php File 537 B 0644