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

plugin_name() public méthode

Returns the plugin name as given in the plugin headers.
Since: 3.0.0
public plugin_name ( ) : string
Résultat string The plugin name.
    public function plugin_name()
    {
        return $this->offsetGet(__FUNCTION__);
    }