Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_website PHP Méthode

plugin_website() public méthode

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