This plugin doesn't work on sites with a custom path to wp-content
-
Hi,
This line and possibly others don’t agree with sites that have a wp-content folder in a different location:
wp_register_script(‘wp_ultimate_scripts’, site_url().”/wp-content/plugins/wp-ultimate-csv-importer/wp_ultimate_csv_importer.js”,
You can’t assume that every site will have site_url() /wp-content/plugins as the path to their plugin directory.If you could use build our file paths as they advise on the codex that would be great.
https://codex.www.ads-software.com/Determining_Plugin_and_Content_Directories
This hasn’t broken my site but it is causing your plugin not to work.
Thanks
https://www.ads-software.com/extend/plugins/wp-ultimate-csv-importer/
- The topic ‘This plugin doesn't work on sites with a custom path to wp-content’ is closed to new replies.