Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › url parameter is getting changed from ?s= to ?phrase= while implementing the plu › Reply To: url parameter is getting changed from ?s= to ?phrase= while implementing the plu
March 10, 2021 at 2:39 pm
#32118
Keymaster
One other thing popped into my mind, make sure that the wp-hooks script is not dequeued. It should be enqueued automatically, unless something else is forcefully dequeueing it. Use this to force the enqueue:
wp_enqueue_script( 'wp-hooks' );