Function Hook_trusted_sites_ecommerce->find_trusted_sites_1

Definitions

sources/hooks/systems/trusted_sites/ecommerce.php

  • Detect what needs to be 'added' to the trusted_sites_1 option.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$sites array Yes No required parameter N/A N/A List of trusted sites (written by reference)

Preview

Code (PHP)

/**
 * Detect what needs to be 'added' to the trusted_sites_1 option.
 *
 * @param  array $sites List of trusted sites (written by reference)
 */

public function find_trusted_sites_1(array &$sites)