Hi
It's a requirement that I add a new column to the list view of a custom post type. The column just needs a link for sending to trash, but I think I'm getting nonced. This is what I'm trying:
$delete = 'ID . '&action=trash' ) . '">Delete';
But keep getting:
"Are you sure you want to do this?" "Please try again"
Any help appreciated. Documentation in codex is a bit sparse on this stuff.
Thanks
Paul