apply_filters( 'sensei_home_is_plugin_licensed_{$plugin_slug}', $is_licensed ) → {bool}
Filter whether a plugin has an active licensed.
Defaults to true for plugins that don't need a license.
Parameters:
Name | Type | Description |
---|---|---|
$is_licensed |
bool | Whether the plugin has an active license. |
- Since:
- 4.8.0
- Source:
Returns:
Whether the plugin has an active license.
- Type
- bool