Function Hook_preview_cns_welcome_email->applies
Definitions
sources/hooks/systems/preview/cns_welcome_email.php
- Find whether this preview hook applies.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: The preview, the updated post Comcode
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether this preview hook applies.
*
* @return array A pair: The preview, the updated post Comcode
*/
public function applies() : array
* Find whether this preview hook applies.
*
* @return array A pair: The preview, the updated post Comcode
*/
public function applies() : array

