Function __global->manage_custom_fields_donext_link

Definitions

sources/fields.php

  • Get extra do-next icon 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 do-next icon (single item array, or empty array if catalogues not installed)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get extra do-next icon for managing custom fields for a content type.
 *
 * @param  ID_TEXT $content_type Content type hook codename
 * @return array Extra do-next icon (single item array, or empty array if catalogues not installed)
 */

function manage_custom_fields_donext_link(string $content_type) : array