Function __global->cns_delete_custom_field

Definitions

sources/cns_members_action2.php

  • Delete a Custom Profile Field.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id AUTO_LINK No No required parameter N/A N/A The ID of the Custom Profile Field

Preview

Code (PHP)

/**
 * Delete a Custom Profile Field.
 *
 * @param  AUTO_LINK $id The ID of the Custom Profile Field
 */

function cns_delete_custom_field(int $id)