You are here

function pet_test_callback in Previewable email templates 6

PET test recipient callback

1 string reference to 'pet_test_callback'
pet_install in ./pet.install
Implementation of hook_install().

File

./pet.admin.inc, line 617
Contains administrative pages for creating, editing, and deleting previewable email templates (PETs).

Code

function pet_test_callback($node = NULL) {
  return array(
    'fred@example.com',
    'sally@example.com',
  );
}