path to /wp-admin hard coded in configure dialog
-
Hello,
the path to /wp-admin is hard coded in the form for entering Client-ID and Client-Secret. This won’t work with WordPress installations in sub-directories. Are there other places where the path is hard coded?
wp-google-drive/class/settings-class.php
<form action=”<?php echo get_option(“home”); ?>/wp-admin/admin.php?page=configure_google&action=auth” method=”post”>
May you be so kind to fix this. Thanks in advance!
Robert
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘path to /wp-admin hard coded in configure dialog’ is closed to new replies.