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

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

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