Action: gravityview/import/processor/init
Fires when the import processor has been initialized and is ready to run.
Use this action to perform setup tasks before the import process begins, such as logging, adding additional filters, or preparing external resources.
Parameters
| Name | Type | Description |
|---|---|---|
| $processor | \GravityKit\GravityImport\Processor | The initialized processor instance. |
| $args | array | The processor arguments before filtering. |
Since
Source
Defined in src/Processor.php at line 89