Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::text_domain_path PHP Method

text_domain_path() public method

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