wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



load_script_textdomain_relative_path › WordPress Filter Hooks

Da5.0.2
Deprecaton/a
apply_filters( 'load_script_textdomain_relative_path', $relative, $src )
Parametri: (2)
  • (string|false) $relative The relative path of the script. False if it could not be determined.
    Richiesto:
  • (string) $src The full source URL of the script.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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