Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Many issues – old tickets vanished! › Reply To: Many issues – old tickets vanished!
August 28, 2019 at 11:52 am
#23807
Participant
Just checked in functions.php you had added this code:
add_filter(‘get_search_form’, ‘asp_replace_search_form_no_option’, 9999999, 1);
function asp_replace_search_form_no_option( $form ) {
return do_shortcode(‘[wd_asp id=1]‘);
}