/home/techb158/public_html/wp-content/plugins/kirki/libraries/framework/Http
NameSizeModeActions
Client/-0755rm
Concerns/-0755rm
Cookie.php95890644editdlrm
JsonResponse.php52950644editdlrm
RedirectResponse.php15470644editdlrm
Request.php337240644editdlrm
Response.php35940644editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/kirki/libraries/framework/Http/Response.php (3594B)
headers, $headers), $options); } /** * Set the headers for the response. * * @param array $headers The headers to set. * * @return $this * * @since 1.0.0 */ public function with_headers(array $headers) { $this->headers = $headers; return $this; } }