• Resolved abc

    (@unrealpixel)


    Hi there,

    My website uses a custom upload directory and Images to WebP doesn’t recognize this folder. Is it possible to select this folder to also convert those images?

Viewing 1 replies (of 1 total)
  • Plugin Author kubiq

    (@kubiq)

    Hello,
    this plugins works only inside wp-content directory, but if your custom folder is inside it, then you can easily enable this folder:

    
    add_filter( 'iwt_disabled_folders', 'modify_iwt_disabled_folders', 10, 1 );
    function modify_iwt_disabled_folders( $disabled ){
        // unset your folder
        return $disabled;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Option for custom upload directory’ is closed to new replies.