Function __global->cns_delete_post_template

Definitions

sources/cns_general_action2.php

  • Delete a Post Template.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id AUTO_LINK No No required parameter N/A N/A The ID of the Post Template to delete

Preview

Code (PHP)

/**
 * Delete a Post Template.
 *
 * @param  AUTO_LINK $id The ID of the Post Template to delete
 */

function cns_delete_post_template(int $id)