<?php/** * Astra Child Theme functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Astra Child * @since 1.0.0 *//** * Define Constants */define( 'CHILD_THEME_ASTRA_CHILD_VERSION', '1.0.0' );/** * Enqueue styles */function child_enqueue_styles() {	wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), CHILD_THEME_ASTRA_CHILD_VERSION, 'all' );}add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ophomeloans.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ophomeloans.com/post-sitemap.xml</loc>
		<lastmod>2026-05-21T10:55:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ophomeloans.com/page-sitemap.xml</loc>
		<lastmod>2026-04-28T12:21:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ophomeloans.com/category-sitemap.xml</loc>
		<lastmod>2026-05-21T10:55:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ophomeloans.com/author-sitemap.xml</loc>
		<lastmod>2021-04-26T17:40:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->