Страница 1 от 1

Announcements • phpBB 3.3.6 - Event Changes

Публикувано на: 18 Мар 2022, 18:32
от Forum Bot
Event changes

PHP Events
  • core.modify_default_attachments_template_vars
    Placement: includes/functions_posting.php
    Arguments: allowed_attachments, default_vars
    Added in Release: 3.3.6-RC1
    Explanation: Modify default attachments template vars
  • core.notification_manager_add_notifications_before
    Placement: phpbb/notification/manager.php
    Arguments: add_notifications_override, data, notification_type_name, notified_users, options
    Added in Release: 3.3.6-RC1
    Explanation: Get notification data before find_users_for_notification() execute
  • core.phpbb_mail_after
    Placement: includes/functions_messenger.php
    Arguments: additional_parameters, eol, headers, msg, result, subject, to
    Added in Release: 3.3.6-RC1
    Explanation: Execute code after sending out emails with PHP's mail function
  • core.phpbb_mail_before
    Placement: includes/functions_messenger.php
    Arguments: additional_parameters, eol, headers, msg, subject, to
    Added in Release: 3.3.6-RC1
    Explanation: Modify data before sending out emails with PHP's mail function
Template Events
  • None
ACP Template Events
  • None
Statistics: Posted by Marc — Tue Mar 15, 2022 8:28 pm

Source: https://www.phpbb.com/community/viewtop ... #p15825561