File "search.php"
Full Path: /home/timepamn/dailynetworth.org/wp-content/themes/kadence/template-parts/archive-title/search.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for displaying a search.
*
* @package kadence
*/
namespace Kadence;
if ( function_exists( 'is_bbpress' ) && is_bbpress() ) {
bbp_get_template_part( 'form', 'search' );
} else {
get_search_form();
}