Function __global->handle_default_comcode_text_input

Definitions

sources/form_templates.php

  • Adjust quick replies to be wrapped with the default_comcode_text hidden option (if applicable).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$post string Yes No required parameter N/A N/A Post value

Preview

Code (PHP)

/**
 * Adjust quick replies to be wrapped with the default_comcode_text hidden option (if applicable).
 *
 * @param  string $post Post value
 */

function handle_default_comcode_text_input(string &$post)