<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIPlugIn/loadNonExecutablePlugIn(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(cs)CIPlugIn(cm)loadNonExecutablePlugIn:"
  },
  "title" : "loadNonExecutablePlugIn(_:)"
}
-->

# loadNonExecutablePlugIn(_:)

Loads a non-executable plug-in specified by its URL.

```
class func loadNonExecutablePlugIn(_ url: URL!)
```

## Parameters

`url`

The location of the plugin to load.

## Discussion

If the filters contain executable code the plugin isn’t loaded.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)