We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d14ddc commit d8fd729Copy full SHA for d8fd729
1 file changed
includes/class-crowdhandler-gatekeeper.php
@@ -47,7 +47,7 @@ public function checkRequest()
47
$this->gateKeeper = new GateKeeper($api);
48
49
$this->gateKeeper->setIgnoreUrls(
50
- "/^(.*\.(ico|css|js|json|pdf|xml|eot|ott|ttf|woff|woff2|gif|jpg|png|svg|avi|mov|mp4|mpeg|mpg|wmv|ogg|ogv)$)|(\/wp-admin)|(\/wp-content)|(\/wp-includes)/"
+ "/^(.*\.(ico|css|js|json|pdf|xml|eot|ott|ttf|woff|woff2|gif|jpg|png|svg|avi|mov|mp4|mpeg|mpg|wmv|ogg|ogv)$)|(\/wp-admin)|(\/wp-content)|(\/wp-includes)|(\/wp\-cron\.php)/"
51
);
52
$this->gateKeeper->checkRequest();
53
$this->gateKeeper->redirectIfNotPromoted();
0 commit comments