Function __global->comcode_page_hints_post

Definitions

sources/comcode_cleanup.php

  • Put Comcode page-hint comments into some Comcode, based on UI choices.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name string No No required parameter N/A N/A Input field name
&$post string Yes No required parameter N/A N/A The Comcode

Preview

Code (PHP)

/**
 * Put Comcode page-hint comments into some Comcode, based on UI choices.
 *
 * @param  string $name Input field name
 * @param  string $post The Comcode
 */

function comcode_page_hints_post(string $name, string &$post)