load_script_textdomain_relative_path

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$relative

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

$src

The full source URL of the script.

Source Source

File: wp-includes/l10n.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.2 Introduced.

Advertisement

Leave a Reply