We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e544c9b commit 8ace0efCopy full SHA for 8ace0ef
src/Helpers/pageview_helper.php
@@ -75,5 +75,6 @@ function asset_url(string $filePath): string
75
function redirectPage(string $path)
76
{
77
header('Location: ' . site_url($path));
78
+ exit;
79
}
80
0 commit comments