Title: wp-content path issue
Last modified: August 1, 2025

---

# wp-content path issue

 *  Resolved [markuscode](https://wordpress.org/support/users/markuscode/)
 * (@markuscode)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/wp-content-path-issue/)
 * Please replace:
 * $downUrl = site_url() . **“/wp-content/uploads/dpwap_plugins/” **. $pluginUrl;
 * to
 * $baseurl = wp_upload_dir()[**‘baseurl’**];
   $downUrl = $baseurl . **“/dpwap_plugins/”**.
   $pluginUrl;
 * Some WordPress websites don’t have wp-content folder as example Bedrock allow
   to use another folder name. I wasn’t able to download plugins because of it.
    -  This topic was modified 10 months, 1 week ago by [markuscode](https://wordpress.org/support/users/markuscode/).
    -  This topic was modified 10 months, 1 week ago by [markuscode](https://wordpress.org/support/users/markuscode/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [Download Plugin](https://wordpress.org/support/users/downloadplugin/)
 * (@downloadplugin)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/wp-content-path-issue/#post-18583956)
 * hi [@markuscode](https://wordpress.org/support/users/markuscode/) ,
 * Thank you for reporting this issue. We have identified and fixed the problem.
   The new version will be going live within 24 hours.

Viewing 1 replies (of 1 total)

The topic ‘wp-content path issue’ is closed to new replies.

 * ![](https://ps.w.org/download-plugin/assets/icon-256x256.png?rev=2056810)
 * [Download Plugin](https://wordpress.org/plugins/download-plugin/)
 * [Support Threads](https://wordpress.org/support/plugin/download-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/download-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-plugin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Download Plugin](https://wordpress.org/support/users/downloadplugin/)
 * Last activity: [10 months, 1 week ago](https://wordpress.org/support/topic/wp-content-path-issue/#post-18583956)
 * Status: resolved