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

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

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