Function __global->delete_author

Definitions

sources/authors.php

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

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$author ID_TEXT No No required parameter N/A N/A The name of an author

Preview

Code (PHP)

/**
 * Delete an author.
 *
 * @param  ID_TEXT $author The name of an author
 */

function delete_author(string $author)