Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_base_name PHP 메소드

plugin_base_name() 공개 메소드

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