Function __global->login_get_fields_to_not_relay

Definitions

sources/users_active_actions.php

  • Get a list of fields that should not be preserved when preserving POST fields on the login form.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • List of fields
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a list of fields that should not be preserved when preserving POST fields on the login form.
 *
 * @return array List of fields
 */

function login_get_fields_to_not_relay() : array