• Resolved kentfarst

    (@kentfarst)


    This doesn’t work for me at all.

    I did notice this and assume that there are more issues like this.

    wp_importer_advanced.php, line 80

    window.location.href = "<?php echo WP_PLUGIN_URL;?>/../../wp-admin/admin.php?page=upload_xml_file&action=post";

    should be:

    window.location.href = "<?php echo get_admin_url(); ?>admin.php?page=upload_xml_file&action=post";

    You can’t rely on the plugins or uploads folder being in their default location. Mine never are.

    https://wordpress.org/plugins/wp-advanced-importer/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't work for me.’ is closed to new replies.