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

plugin_dir_path() 공개 메소드

Returns the absolute path of the plugin root folder.
부터: 3.0.0
public plugin_dir_path ( ) : string
리턴 string The absolute path of the plugin root folder.
    public function plugin_dir_path()
    {
        return $this->offsetGet(__FUNCTION__);
    }