Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Search floting

Bdhhdj jdjdnd jdndj jdnfj jdjebj jdnf

// Add Shortcode
function custom_search_shortcode( $atts ) {

	// Attributes
	$atts = shortcode_atts(
		array(
		),
		$atts,
		'Custom_filter_search'
	);

}
add_shortcode( 'searchbox', 'custom_search_shortcode' );