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 878ad30 commit 621eab9Copy full SHA for 621eab9
src/RestApi/RestDispatch.php
@@ -73,7 +73,7 @@ public function addHooks()
73
*/
74
protected function preDispatch($result, WP_REST_Server $server, WP_REST_Request $request)
75
{
76
- if ( $result !== null || \apply_filters(self::FILTER_CACHE_BYPASS, false) === true ) {
+ if ($result !== null || \apply_filters(self::FILTER_CACHE_BYPASS, false) === true) {
77
return $result;
78
}
79
$request_uri = $this->getRequestUri();
0 commit comments