Since: 1.7.9
delete_pod
Delete a Pod and all its content
Function Definition
public function delete_pod ( $params, $strict = false, $delete_all = false )
Source File: /pods/classes/PodsAPI.php
Parameters
Parameter | Type | Details |
---|---|---|
$params | (array) | An associative array of parameters |
$strict | (bool) | (optional) Makes sure a pod exists, if it doesn't throws an error |
$delete_all | (bool) | (optional) Whether to delete all content from a WP object |
Returns
(bool)