drop_column
(Since 1.7.9) -- remove a column/field from an existing pod
function drop_column($params)
*WARNING* removing a column is permanent. All data belonging within that column will be lost.
Parameters
$params is an ASSOCIATIVE ARRAY that supports the following attributes:| Parameter | Type | Details |
|---|---|---|
| id | INT | the column ID from "wp_pod_fields" |
| dtname | STRING | the name of the pod containing the column |
