Load search form fragments.
The search form fragments only loads if search is active to prevent unnecessary memory usage.
beans_load_search_form_fragment( )
Return: (bool) True on success, false on failure.
Source
function beans_load_search_form_fragment() {
return beans_load_fragment_file( 'searchform' );
}