• and well coded, too! By the way… it also works ??

    Can I tell you something? Why don’t you preserve at least spaces in folder’s name and file’s name?

    you could try to add this line
    $content = str_replace ( ' ','%20',$content );

    just before this line
    $content = esc_url( $content);

    I’m sorry for my English ??

Viewing 1 replies (of 1 total)
  • Plugin Author Drew Jaynes

    (@drewapicture)

    Hi mcseller,

    Thanks for the nice review!

    Can I tell you something? Why don’t you preserve at least spaces in folder’s name and file’s name?

    It actually has more to do with WordPress and the Web in general not supporting files with spaces in their file names. It would be nice if WordPress would encode the spaces on upload so they would be URL-friendly, but we’re not quite there yet.

    I’ll look at adding compatibility for that in the next release.

Viewing 1 replies (of 1 total)
  • The topic ‘Easy and Clean …’ is closed to new replies.