Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

predictive_search-shortcode

// Add Shortcode
function grozip_ps_search() {

	$ps_echo = true ; 
	if ( function_exists( 'woo_predictive_search_widget' ) ) woo_predictive_search_widget( $ps_echo ); 

}
add_shortcode( '[grozip_ps_search]', 'grozip_ps_search' );