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



load_script_textdomain_relative_path › WordPress Filter Hooks

Seit7.0.0
Veraltetn/v
apply_filters( 'load_script_textdomain_relative_path', $relative, $src, $is_module )
Parameter: (3)
  • () relative The relative path of the script. False if it could not be determined.
    Erforderlich: Ja
  • () src The full source URL of the script.
    Erforderlich: Ja
  • () is_module Whether the source belongs to a script module (true) or a classic script (false).
    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, $is_module );