File "gb-template-viewer.php"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/includes/pattern-library/templates/gb-template-viewer.php
File size: 429 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The GB template viewer file.
 *
 * @package GenerateBlocks
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
	<head>
		<meta charset="<?php bloginfo( 'charset' ); ?>">
		<?php wp_head(); ?>
	</head>
	<body style="overflow-y: hidden;">
		<?php do_action( 'wp_footer' ); // phpcs:ignore -- Need to use core action. ?>
	</body>
</html>