File: //proc/self/cwd/wp-content/plugins/autodescription/inc/views/sitemap/xsl/footer.php
<?php
/**
* @package The_SEO_Framework\Views\Sitemap\XSL\Styles
* @subpackage The_SEO_Framework\Sitemap\XSL
*/
namespace The_SEO_Framework;
\defined( 'THE_SEO_FRAMEWORK_PRESENT' ) and Helper\Template::verify_secret( $secret ) or die;
use \The_SEO_Framework\Helper\Format\Markdown;
// phpcs:disable, WordPress.WP.GlobalVariablesOverride -- This isn't the global scope.
/**
* The SEO Framework plugin
* Copyright (C) 2021 - 2024 Sybre Waaijer, CyberWire B.V. (https://cyberwire.nl/)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as published
* by the Free Software Foundation.
*
* 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, see <http://www.gnu.org/licenses/>.
*/
?>
<p>
<?php
// phpcs:ignore, WordPress.Security.EscapeOutput.OutputNotEscaped -- convert_markdown escapes.
echo Markdown::convert(
/* translators: URLs are in Markdown. */
\esc_xml( \__( 'Generated by [The SEO Framework](https://theseoframework.com/)', 'autodescription' ) ),
[ 'a' ],
[ 'a_internal' => false ],
);
?>
</p>