Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::text_domain_path PHP Méthode

text_domain_path() public méthode

Returns the absolute path of the folder with the plugin translation files.
Since: 3.0.0
public text_domain_path ( ) : string
Résultat string The absolute path of the folder with the plugin translation files.
    public function text_domain_path()
    {
        return $this->offsetGet(__FUNCTION__);
    }