rename attachments based on parent-post-title on upload
After trying to add a function to publish_post and creating a lot of unnecessary files I tried to blemish kaisers function to fit my needs. function modify_uploaded_file_names( $image ) { // Use part of the post or user object to rename the image get_currentuserinfo(); global $post, $current_user; // only do this if we got the … Read more