Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
if (!defined('ABSPATH')) {
exit; // Exit if accessed directly.
}
add_action('init', function(){
if (!get_option('elementor_pro_license_key', false)) {
$data = [
'success' => true,
'license' => 'valid',
'item_id' => false,
'item_name' => 'Elementor Pro',
'is_local' => false,
'license_limit' => '1000',
'site_count' => '1000',
'activations_left' => 1,
'expires' => 'lifetime',
'customer_email' => 'info@wpopal.com',
'features' => array()
];
update_option('elementor_pro_license_key', 'Licence Opal');
ElementorPro\License\API::set_license_data($data, '+2 years');
}
});
add_action('elementor/theme/before_do_header', function () {
wp_body_open();
do_action('motiox_before_site'); ?>
<div id="page" class="hfeed site">
<?php
});
add_action('elementor/theme/after_do_header', function () {
?>
<div id="content" class="site-content" tabindex="-1">
<div class="col-full">
<?php
do_action('motiox_content_top');
});
add_action('elementor/theme/before_do_footer', function () {
?>
</div><!-- .col-full -->
</div><!-- #content -->
<?php do_action( 'motiox_before_footer' );
});
add_action('elementor/theme/after_do_footer', function () {
do_action( 'motiox_after_footer' );
?>
</div><!-- #page -->
<?php
});