Function Module_topics->delete_topics_and_posts

Definitions

forum/pages/modules/topics.php

  • The UI to delete some of a member's own topics / posts.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI to delete some of a member's own topics / posts.
 *
 * @return Tempcode The UI
 */

public function delete_topics_and_posts() : object