Function __global->autofill_geo_cpfs

Definitions

sources/locations_cpfs.php

  • Automatically populate member geo CPFs as much as possible from other data.Assumes Conversr.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$member_id ?MEMBER No No Null N/A N/A Member ID to do for (null: all)

Preview

Code (PHP)

/**
 * Automatically populate member geo CPFs as much as possible from other data.Assumes Conversr.
 *
 * @param  ?MEMBER $member_id Member ID to do for (null: all)
 */

function autofill_geo_cpfs(?int $member_id = null)