Is WP Importer Safe on Multisite?

WP Importer is fine, providing the security of the site is in tact – meaning: No users with “admin” username secure passwords user registration disabled Salts configured properly in wp-config.php Renowned plugins ONLY – lots of plugins can be the cause of a weak link in a sites security, especially if the plugin provides any … Read more

Send data using GET method not work correctly

Your question is a little unclear. What exact information are you trying to obtain and can you post a code example? The login information is set via a cookie so perhaps this is what you’re looking for? It’s only used for /wp-admin/ and it’s hashed so this might not work for your example. See here … Read more