Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yslo

    (@yslo)

    Hello,

    The default function WordPress sanitize_file_name() not remove/change all special characters (eg : éèçàù…).

    The plugin WP Sanitize File Name Plus remove latin special characters used in file name.

    Example : with source file “char éèçà 25 2.jpg”
    -> output by default (sanitize_file_name function) : “char-éèçà-25-2.jpg”

    -> with WP Sanitize File Name Plus : “char-eeca-25-2.jpg”

    Thread Starter idearius

    (@idearius)

    Understood. Yours is much more comprehensive. Thanks.

    Plugin Author Yslo

    (@yslo)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Difference with standard WP sanitize file name function?’ is closed to new replies.