Tagged Questions
0
votes
1answer
308 views
Can I get an email notification when media is uploaded to the media library?
I have a front end uploader for members only, utilizing this code:
<?php
function insert_attachment_form($postID) {
?>
<form id="file-form" name="file-form" method="POST" action="" ...