Tagged Questions
0
votes
2answers
930 views
delete post also attachments
I am trying to delete a post with its all attachments. This is the function that i came up with right now;
function remove_post(){
if(isset($_POST['post_id']) && ...