Custom Upload Dir and Grab & Save Plugin
-
Hi,
Custom Upload Dir plugin works fine when I’m using media uploader. But sometimes I’m using “Grab & Save” plugin for saving an image to my server from a website. Custom Upload Dir not working when I upload image with Grab & Save plugin. That plugin use this code:
$uploads = wp_upload_dir();
I think if I change wp_upload_dir() function plugin sould work. So what should I write instead “wp_upload_dir()” ?
- The topic ‘Custom Upload Dir and Grab & Save Plugin’ is closed to new replies.