This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: url parameter is getting changed from ?s= to ?phrase= while implementing the plu

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

#32118
Ernest MarcinkoErnest Marcinko
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' );