Skip to main content

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

NameTypeDescription
$processor\GravityKit\GravityImport\ProcessorThe initialized processor instance.
$argsarrayThe processor arguments before filtering.

Since

Source

Defined in src/Processor.php at line 89