Function __global->cns_delete_emoticon

Definitions

sources/cns_general_action2.php

  • Delete an emoticon.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$code SHORT_TEXT No No required parameter N/A N/A The ID of the emoticon to delete

Preview

Code (PHP)

/**
 * Delete an emoticon.
 *
 * @param  SHORT_TEXT $code The ID of the emoticon to delete
 */

function cns_delete_emoticon(string $code)