Reloading "Current" URL In WordPress
-
If I want to create a function that reloads to the same “category” page I’m currently on, what would be the syntax for that?
for example, my page is
https://whatever.com/whatever/category/signup/
I want to reload to this page..
My function should say:
function reloadPage(){ require ( 'something' . 'signup'); }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Reloading "Current" URL In WordPress’ is closed to new replies.