', actions_attr( 'search-form' ) ); $form = sprintf( '
', home_url( '/' ), esc_html( $label ), esc_attr( $search_text ), esc_attr( $onfocus ), esc_attr( $onblur ), esc_attr( $button_text ) ); } return apply_filters( 'actions_search_form', $form, $search_text, $button_text, $label ); }