Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_dir_path PHP Метод

plugin_dir_path() публичный Метод

Returns the absolute path of the plugin root folder.
С версии: 3.0.0
public plugin_dir_path ( ) : string
Результат string The absolute path of the plugin root folder.
    public function plugin_dir_path()
    {
        return $this->offsetGet(__FUNCTION__);
    }