Function __global->import_custom_emoticons

Definitions

sources/cns_general_action2.php

  • Utility function to import custom emoticons.Not used by default, but useful when coding projects to do hot-changes to a separate live site.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$remove_old_core boolean No No False N/A N/A Make some of the old core emoticons non-core (level 1)

Preview

Code (PHP)

/**
 * Utility function to import custom emoticons.Not used by default, but useful when coding projects to do hot-changes to a separate live site.
 *
 * @param  boolean $remove_old_core Make some of the old core emoticons non-core (level 1)
 */

function import_custom_emoticons(bool $remove_old_core = false)