• Resolved mantask

    (@mantask)


    Export plugin doesn’t work when plugin directory is in another directory. I’m using roots bedrock installation.
    Inside wp-ultimate-exporter/exportExtensions/WooComExport.php
    require_once ABSPATH . ‘wp-content/plugins/wp-ultimate-exporter/exportExtensions/ElementorExport.php’;
    has to be changed to
    require_once dirname(__FILE__) . ‘/ElementorExport.php’;

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

    (@smackcoders)

    Thank you for bringing this to our attention! We’ve addressed the issue you reported and made the necessary changes in the latest version of the plugin. Please update to the newest version and let us know if the problem persists or if you encounter any further issues. Your feedback is valuable to us.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin doesn’t work with custom plugin directory location’ is closed to new replies.