wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



load_script_textdomain_relative_path › WordPress Filter Hooks

Seit5.0.2
Veraltetn/v
apply_filters( 'load_script_textdomain_relative_path', $relative, $src )
Parameter: (2)
  • (string|false) $relative The relative path of the script. False if it could not be determined.
    Erforderlich: Ja
  • (string) $src The full source URL of the script.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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