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

plugin_base_name() public method

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