apply_filters( 'load_script_textdomain_relative_path', string $relative, string $src )

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


Description Description


Parameters Parameters

$relative

(string) The relative path of the script. False if it could not be determined.

$src

(string) The full source url of the script.


Top ↑

Source Source

File: wp-includes/l10n.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.