Schema Documentation

PluginStatusEnum

Description

The status of the WordPress plugin.

Values
Enum ValueDescription

ACTIVE

The plugin is currently active.

DROP_IN

The plugin is a drop-in plugin.

INACTIVE

The plugin is currently inactive.

MUST_USE

The plugin is a must-use plugin.

NETWORK_ACTIVATED

The plugin is activated on the multisite network.

NETWORK_INACTIVE

The plugin is installed on the multisite network, but is currently inactive.

PAUSED

The plugin is technically active but was paused while loading.

RECENTLY_ACTIVE

The plugin was active recently.

UPGRADE

The plugin has an upgrade available.
Example
"ACTIVE"