Skip to content
Snippets Groups Projects

Add note about new mailingQuery context from 5.75 onwards

Merged seamuslee requested to merge seamuslee/dev:mailing_query_context_note into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,7 +24,7 @@ This hook was first available in CiviCRM 4.7.32
- object `$mailingObject` - reference to CRM_Mailing_DAO_Mailing object
- array `$criteria` - the criteria in terms of SQL fragments Array(string $name => CRM_Utils_SQL_Select $criterion) to manipulate mailing recipients
- string `$context` - contain 'pre' or 'post' value to indicate when the hook is fired
- string `$context` - contain 'pre' or 'post' value to indicate when the hook is fired. From 5.75 There is a third context mailingQuery which is used to modify the query used to migrate mailing receipients to event queue items
## Returns
Loading