Function __global->add_spellchecker_words

Definitions

sources/spelling.php

  • Add words to the spellchecker's saved dictionary.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$words array No No required parameter N/A N/A List of words

Preview

Code (PHP)

/**
 * Add words to the spellchecker's saved dictionary.
 *
 * @param  array $words List of words
 */

function add_spellchecker_words(array $words)