[Plugin: Advanced Custom Fields – Location Field add-on] Paths don't work
-
Hi, There is an error in your path code in the constructor of the plugin. Like you mentioned in the comments, my wp folder is not in the URL.
Luckily this can easily be fixed by replacing your logic with WP’s methods plugins_url():
$this->base_uri_abs = plugins_url( basename( __DIR__ ) );
https://www.ads-software.com/extend/plugins/advanced-custom-fields-location-field-add-on/
- The topic ‘[Plugin: Advanced Custom Fields – Location Field add-on] Paths don't work’ is closed to new replies.