
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: bootstrap.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

/**
 * Try to include a file before each integration&#039;s settings page
 *
 * @param MC4WP_Integration $integration
 * @param array $opts
 * @ignore
 */
function mc4wp_admin_before_integration_settings( MC4WP_Integration $integration, $opts ) {
	$file = __DIR__ . sprintf( &#039;/%s/admin-before.php&#039;, $integration-&gt;slug );

	if ( file_exists( $file ) ) {
		include $file;
	}
}

/**
 * Try to include a file before each integration&#039;s settings page
 *
 * @param MC4WP_Integration $integration
 * @param array $opts
 * @ignore
 */
function mc4wp_admin_after_integration_settings( MC4WP_Integration $integration, $opts ) {
	$file = __DIR__ . sprintf( &#039;/%s/admin-after.php&#039;, $integration-&gt;slug );

	if ( file_exists( $file ) ) {
		include $file;
	}
}

add_action( &#039;mc4wp_admin_before_integration_settings&#039;, &#039;mc4wp_admin_before_integration_settings&#039;, 30, 2 );
add_action( &#039;mc4wp_admin_after_integration_settings&#039;, &#039;mc4wp_admin_after_integration_settings&#039;, 30, 2 );

// Register core integrations
mc4wp_register_integration( &#039;ninja-forms-2&#039;, &#039;MC4WP_Ninja_Forms_V2_Integration&#039;, true );
mc4wp_register_integration( &#039;wp-comment-form&#039;, &#039;MC4WP_Comment_Form_Integration&#039; );
mc4wp_register_integration( &#039;wp-registration-form&#039;, &#039;MC4WP_Registration_Form_Integration&#039; );
mc4wp_register_integration( &#039;buddypress&#039;, &#039;MC4WP_BuddyPress_Integration&#039; );
mc4wp_register_integration( &#039;woocommerce&#039;, &#039;MC4WP_WooCommerce_Integration&#039; );
mc4wp_register_integration( &#039;easy-digital-downloads&#039;, &#039;MC4WP_Easy_Digital_Downloads_Integration&#039; );
mc4wp_register_integration( &#039;contact-form-7&#039;, &#039;MC4WP_Contact_Form_7_Integration&#039;, true );
mc4wp_register_integration( &#039;events-manager&#039;, &#039;MC4WP_Events_Manager_Integration&#039; );
mc4wp_register_integration( &#039;memberpress&#039;, &#039;MC4WP_MemberPress_Integration&#039; );
mc4wp_register_integration( &#039;affiliatewp&#039;, &#039;MC4WP_AffiliateWP_Integration&#039; );
mc4wp_register_integration( &#039;give&#039;, &#039;MC4WP_Give_Integration&#039; );


mc4wp_register_integration( &#039;custom&#039;, &#039;MC4WP_Custom_Integration&#039;, true );
require __DIR__ . &#039;/ninja-forms/bootstrap.php&#039;;
require __DIR__ . &#039;/wpforms/bootstrap.php&#039;;
require __DIR__ . &#039;/gravity-forms/bootstrap.php&#039;;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
