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

plugin_name() 공개 메소드

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