=== WP Domains === Contributors: ecanuto Donate link: https://github.com/ecanuto/wp-domains Tags: admin, domain, url Requires at least: 4.0 Tested up to: 4.5.2 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Use different domains for backend (admin) and frontend on Wordpress. == Description == Using this plugin you can heve different URL's for your Wordpress frontend and backend. = Credits = This plugin is created by Everaldo Canuto with sponsorship from Nuveo. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/wp-domains` directory, or install the plugin through the WordPress plugins screen directly. 1. Define WP_ADMINURL on your wp-config.php (eg: 'http://backend.yourdomain.com'). 1. Activate the plugin through the 'Plugins' screen in WordPress == Changelog == = 0.2 = * Dashboard settings. * Source code refactory using OOP approach. = 0.1 = * Initial release