Title: Uploads Path error
Last modified: March 9, 2021

---

# Uploads Path error

 *  Resolved [rujuta999](https://wordpress.org/support/users/rujuta999/)
 * (@rujuta999)
 * [5 years ago](https://wordpress.org/support/topic/uploads-path-error/)
 * Hi,
 * I am facing path issue, I added filter into functions.php but it still shows 
   error.
 * The path for /uploads files does not exist (function is_dir() returns false).
   Use filter webpc_dir_path to set the correct path. The current using path is:/
   wordpress/wp-content/uploads. Please read the plugin FAQ to learn more.
 * this is the code I have added into function.php file.
 * add_filter( ‘webpc_dir_path’, function( $path, $directory ) {
    switch ($directory){
   case ‘uploads’: return ‘/wp-content/uploads’; case ‘webp’: return ‘/wp-content/
   uploads-webpc’; } return $path; }, 10, 2 );

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years ago](https://wordpress.org/support/topic/uploads-path-error/#post-14154327)
 * Hi [@rujuta999](https://wordpress.org/support/users/rujuta999/),
 * Thank you for your message.
 * If you’ve added this code correctly and it still doesn’t work, then apparently
   the new path is also wrong.

Viewing 1 replies (of 1 total)

The topic ‘Uploads Path error’ is closed to new replies.

 * ![](https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288)
 * [Converter for Media - Optimize images | Convert WebP & AVIF](https://wordpress.org/plugins/webp-converter-for-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webp-converter-for-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webp-converter-for-media/)
 * [Active Topics](https://wordpress.org/support/plugin/webp-converter-for-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webp-converter-for-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webp-converter-for-media/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/uploads-path-error/#post-14154327)
 * Status: resolved