Doesn’t work with alternate wp-admin path
-
I’m using Bedrock, which use an alternate wp path, and it’s not compatible with the plugin where some pathes are hardcoded. Bedrock use an added “wp” folder before “wp-admin”. The WP_SITEURL constant reference the right url.
I have resolved this issue by replacing these hardcoded path in some files, but all will be lost at next plugin update (I’m using v1.1.3).
inc/tables/Table.php:48 could be modified with WP_SITEURL
Other modifications are in .js files, and I don’t really know how to get the WP_SITEURL value in these files.
assets/js/dashboard.js:105
assets/js/dashboard.js:147
assets/js/dashboard.js:193
assets/js/notifications.js:127
assets/js/notifications.js:156
assets/js/table.js:38Could you add a fix for this ?
- The topic ‘Doesn’t work with alternate wp-admin path’ is closed to new replies.