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

plugin_dir_url() public method

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