Issue in Json Data
-
I used the plugin recently on one of my localhost websites. It had WP All Import Pro and WP All Export Pro plugins installed and active, but the plugin was telling me that those tables are being used in the Free version of both plugins are that are not installed and active on the website.
Then I checked the
wpo-plugins-tables-list.json
file’s data and found this at the end of file."wp_pmxe_exports": ["wp-all-export-pro"], "wp_pmxe_google_cats": ["wp-all-export-pro"], "wp_pmxe_posts": ["wp-all-export-pro"], "wp_pmxe_templates": ["wp-all-export-pro"], "wp_pmxi_files": ["wp-all-import-pro"], "wp_pmxi_history": ["wp-all-import-pro"], "wp_pmxi_images": ["wp-all-import-pro"], "wp_pmxi_imports": ["wp-all-import-pro"], "wp_pmxi_posts": ["wp-all-import-pro"], "wp_pmxi_templates": ["wp-all-import-pro"]
the
wp_
prefix should not be there inkey
. I think due to that it’s not checking the DB Tables for the pro version of WP All Import/Export plugin.Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Issue in Json Data’ is closed to new replies.