Function __global->warn_exit_wordfilter

Definitions

sources/wordfilter.php

  • Exit with a message about word-filtering.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name ?ID_TEXT No No required parameter N/A N/A The name of the parameter this is coming from. Certain parameters are not checked, for reasons of efficiency (avoiding loading whole word check list if not needed) (null: don't know param, do not check to avoid)
$message Tempcode No No required parameter N/A N/A Error message

Preview

Code (PHP)

/**
 * Exit with a message about word-filtering.
 *
 * @param  ?ID_TEXT $name The name of the parameter this is coming from. Certain parameters are not checked, for reasons of efficiency (avoiding loading whole word check list if not needed) (null: don't know param, do not check to avoid)
 * @param  Tempcode $message Error message
 */

function warn_exit_wordfilter(?string $name, object $message)