Skip to main content
Extract metadata from a plugin file using WordPress internals and output it as a structured manifest.

Usage

Arguments

string
required
Path to the main plugin file (e.g. my-plugin/my-plugin.php).

Options

string
If set, outputs only the value of the specified property (e.g. Name, Version, Author, etc.).

Examples