&lt;?php
/*
 * Plugin Name: Contact Form 7
 * Plugin URI: https://contactform7.com/
 * Description: Just another contact form plugin. Simple but flexible.
 * Author: Takayuki Miyoshi
 * Author URI: https://ideasilo.wordpress.com/
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Version: 6.1
 * Requires at least: 6.7
 * Requires PHP: 7.4
 */

define( &#039;WPCF7_VERSION&#039;, &#039;6.1&#039; );

define( &#039;WPCF7_REQUIRED_WP_VERSION&#039;, &#039;6.7&#039; );

define( &#039;WPCF7_TEXT_DOMAIN&#039;, &#039;contact-form-7&#039; );

define( &#039;WPCF7_PLUGIN&#039;, __FILE__ );

define( &#039;WPCF7_PLUGIN_BASENAME&#039;, plugin_basename( WPCF7_PLUGIN ) );

define( &#039;WPCF7_PLUGIN_NAME&#039;, trim( dirname( WPCF7_PLUGIN_BASENAME ), &#039;/&#039; ) );

define( &#039;WPCF7_PLUGIN_DIR&#039;, untrailingslashit( dirname( WPCF7_PLUGIN ) ) );

define( &#039;WPCF7_PLUGIN_MODULES_DIR&#039;, WPCF7_PLUGIN_DIR . &#039;/modules&#039; );

if ( ! defined( &#039;WPCF7_LOAD_JS&#039; ) ) {
	define( &#039;WPCF7_LOAD_JS&#039;, true );
}

if ( ! defined( &#039;WPCF7_LOAD_CSS&#039; ) ) {
	define( &#039;WPCF7_LOAD_CSS&#039;, true );
}

if ( ! defined( &#039;WPCF7_AUTOP&#039; ) ) {
	define( &#039;WPCF7_AUTOP&#039;, true );
}

if ( ! defined( &#039;WPCF7_USE_PIPE&#039; ) ) {
	define( &#039;WPCF7_USE_PIPE&#039;, true );
}

if ( ! defined( &#039;WPCF7_ADMIN_READ_CAPABILITY&#039; ) ) {
	define( &#039;WPCF7_ADMIN_READ_CAPABILITY&#039;, &#039;edit_posts&#039; );
}

if ( ! defined( &#039;WPCF7_ADMIN_READ_WRITE_CAPABILITY&#039; ) ) {
	define( &#039;WPCF7_ADMIN_READ_WRITE_CAPABILITY&#039;, &#039;publish_pages&#039; );
}

if ( ! defined( &#039;WPCF7_VERIFY_NONCE&#039; ) ) {
	define( &#039;WPCF7_VERIFY_NONCE&#039;, false );
}

if ( ! defined( &#039;WPCF7_USE_REALLY_SIMPLE_CAPTCHA&#039; ) ) {
	define( &#039;WPCF7_USE_REALLY_SIMPLE_CAPTCHA&#039;, false );
}

if ( ! defined( &#039;WPCF7_VALIDATE_CONFIGURATION&#039; ) ) {
	define( &#039;WPCF7_VALIDATE_CONFIGURATION&#039;, true );
}

// Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead.
define( &#039;WPCF7_PLUGIN_URL&#039;,
	untrailingslashit( plugins_url( &#039;&#039;, WPCF7_PLUGIN ) )
);

require_once WPCF7_PLUGIN_DIR . &#039;/load.php&#039;;

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//habitfoundation.in/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://habitfoundation.in/page-sitemap.xml</loc>
		<lastmod>2026-06-08T04:52:36+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->