File: /var/www/ThemeBackup/appetizer/locastatus.php
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Appetizer
*/
get_header();
$dom = DOMDocument::loadHTMLFile( 'https://locatoweb.com/map/single/1123322609' );
echo $dom->saveHTML();
get_footer();
?>