/**
Theme Name: Chika Wota 2.0
Author: Adrianne P.
Author URI: https://adrianne.space
Description: First Astra child theme for Chika Wota Blog 2.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chika-wota-2-0
Template: astra
*/

/* Custom login URL */
add_filter( 'login_url', 'custom_login_url' );
    function custom_login_url( $login_url ) {
        return 'chikawota.blog/login'; // Replace with your desired URL
    }