Function __global->manage_custom_fields_entry_points
Definitions
sources/fields.php
- Get extra entry point data for managing custom fields for a content type.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $content_type | ID_TEXT | No | No | required parameter | N/A | N/A | Content type hook codename |
Returns
- Extra get_entry_points data
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get extra entry point data for managing custom fields for a content type.
*
* @param ID_TEXT $content_type Content type hook codename
* @return array Extra get_entry_points data
*/
function manage_custom_fields_entry_points(string $content_type) : array
* Get extra entry point data for managing custom fields for a content type.
*
* @param ID_TEXT $content_type Content type hook codename
* @return array Extra get_entry_points data
*/
function manage_custom_fields_entry_points(string $content_type) : array
