wpseek.com
A WordPress-centric search engine for devs and theme authors



load_script_textdomain_relative_path › WordPress Filter Hooks

Since5.0.2
Deprecatedn/a
apply_filters( 'load_script_textdomain_relative_path', $relative, $src )
Parameters: (2)
  • (string|false) $relative The relative path of the script. False if it could not be determined.
    Required: Yes
  • (string) $src The full source URL of the script.
    Required: Yes
Defined at:
Codex:

Filters the relative path of scripts used for finding translation files.





Source

$relative = apply_filters( 'load_script_textdomain_relative_path', $relative, $src );