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

plugin_website() public method

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