Plugin doesn’t work with custom plugin directory location
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin doesn’t work with custom plugin directory location’ is closed to new replies.