🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
conypnu.com
/
wp-content
/
themes
/
kadence
/
template-parts
/
archive-title
✏️
Editing: search.php
<?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(); }
💾 Save Changes
❌ Cancel