HTTP/2 200
server: nginx
date: Thu, 09 Oct 2025 20:14:18 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
load_script_translation_file – Hook | Developer.WordPress.org
WordPress Developer Resources
load_script_translation_file
apply_filters( ‘load_script_translation_file’, string|false $file, string $handle, string $domain )
Filters the file path for loading script translations for the given script handle and text domain.
$file
string|falsePath to the translation file to load. False if there isn’t one.
$handle
stringName of the script to register a translation domain to.
$domain
stringThe text domain.
Version | Description |
---|
5.0.2 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.