Server IP : 162.213.251.208 / Your IP : 18.188.228.164 Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : jmoroovq ( 1890) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jmoroovq/expressmedicalbillingservices.com/wp-content/plugins/uicore-framework/includes/elementor/theme-builder/templates/ |
Upload File : |
<?php use UiCore\Settings; use UiCore\Elementor\ThemeBuilder\Common; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php if ( ! current_theme_supports( 'title-tag' ) ) : ?> <title><?php echo wp_get_document_title(); ?></title> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <iframe scrolling="no" src="<?php echo get_site_url(); ?>?ui-popup-preview=true" frameborder="0" class="ui-popup-background"></iframe> <?php ob_start(); the_content(); $content = ob_get_clean(); Common::popup_markup($content, get_the_ID()); wp_footer(); ?> </body> </html>