apply_filters( 'hivepress/v1/extensions', $paths ) → {array}
Filters the directory paths of HivePress extensions. You can register a new extension by adding its directory path to the filtered array.
Parameters:
Name | Type | Description |
---|---|---|
$paths |
array | Directory paths. |
- Source:
Returns:
Directory paths.
- Type
- array