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

plugin_name() public method

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