Function __global->_cpfs_internal_use_only
Definitions
sources/cns_members_action2.php
- Return an array of custom fields that should never be editable on the UI.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Array of custom field IDs that should never be editable on the UI
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Return an array of custom fields that should never be editable on the UI.
*
* @return array Array of custom field IDs that should never be editable on the UI
*/
function _cpfs_internal_use_only() : array
* Return an array of custom fields that should never be editable on the UI.
*
* @return array Array of custom field IDs that should never be editable on the UI
*/
function _cpfs_internal_use_only() : array

