Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Passing a setting to the redirect URL › Reply To: Passing a setting to the redirect URL
December 13, 2016 at 12:31 pm
#11255
Keymaster
Hi,
It’s for cases when you want to add static variables based on certian conditions (like current post ID, custom field values, etc..). This is however executed right before the plugin is printed. Dynamically changing the redirection requires javascript, as it’s triggered from the client side (browser), however PHP runs on the server side.