/** * Crown Church branded login screen (wp-login.php), used as the * "Team Member" portal linked from the site footer. */ add_action( 'login_enqueue_scripts', function() { wp_enqueue_style( 'crown-login', get_stylesheet_directory_uri() . '/css/login.css', array(), filemtime( get_stylesheet_directory() . '/css/login.css' ) ); } ); add_filter( 'login_headerurl', function() { return home_url( '/' ); } ); add_filter( 'login_headertext', function() { return 'Crown Church'; } ); add_filter( 'gettext', function( $translation, $text, $domain ) { if ( 'default' !== $domain ) { return $translation; } if ( '← Go to %s' === $text ) { return '← Back to Crown Church'; } return $translation; }, 10, 3 ); https://crownorl.org/wp-sitemap-posts-post-1.xmlhttps://crownorl.org/wp-sitemap-posts-page-1.xmlhttps://crownorl.org/wp-sitemap-posts-training_video-1.xmlhttps://crownorl.org/wp-sitemap-taxonomies-category-1.xmlhttps://crownorl.org/wp-sitemap-taxonomies-training_category-1.xmlhttps://crownorl.org/wp-sitemap-users-1.xml