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

plugin_dir_path() public method

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