apply_filters( "appthemes_{$id}", array $args )
Filter the Listing standard notifications.
Package
Description Description
The dynamic portions of the hook name, $id
, refer to the particular notification type.
Parameters Parameters
- $args
(array) An array of wp_mail() arguments, including the "to", "subject", "message", "headers", "attachments" and other custom values.
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |