Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::text_domain_path PHP 메소드

text_domain_path() 공개 메소드

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