Where is the Confirmation Redirect code in a Wordpress Form? -


i have wordpress form takes in value, , uses confirmation (redirect) redirect existing page depending on value submitted.

i want set cookie storing url form redirected to, after user navigates around, can return page (using cookie, can make "home" button).

but can't find code redirect occurs. figure if find code, can set cookie there. checked wp_redirect(), , doesn't seem run that.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -