D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tvinntxo
/
www
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Automation
/
Engine
/
Filename :
Hooks.php
back
Copy
<?php declare(strict_types = 1); namespace MailPoet\Automation\Engine; if (!defined('ABSPATH')) exit; class Hooks { public const INITIALIZE = 'mailpoet/automation/initialize'; public const TRIGGER = 'mailpoet/automation/trigger'; public const WORKFLOW_STEP = 'mailpoet/automation/workflow/step'; }