hook_domainignore

Versions
domain
hook_domainignore()

Return an array of forms for which we cannot run hook_form_alter().

Return value

An array of form ids that should not run through domain_form_alter.

Code

./API.php, line 546

<?php
function hook_domainignore() {
  // User login should always be from the current domain.
  return array('user_login');
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List