action != 'add') { $notifications = Alchemyst_Forms_Notifications::get_notifications($post->ID); } $default_notification_types = array( 'email' => array( 'name' => 'Email', 'dashicon' => 'email-alt', 'template-copy' => 'notifications/email-copy-template.php', 'template-main' => 'notifications/email-template.php', ) ); $notification_types = apply_filters('alchemyst_forms:notification-types', $default_notification_types); $email_templates = Alchemyst_Forms_Email::get_templates(); ?>