Skip to content

Instantly share code, notes, and snippets.

@sermalefico
sermalefico / functions.php
Created May 20, 2020 08:19
Fix Elementor Pro when go.elementor.com is down. (overrides license check)
/*
* Place this code in your functions.php file in your Child Theme.
* Use at your own risk.
*/
add_filter('pre_transient_elementor_pro_license_data', function($pre_transient) {
$license_data = [
'license' => 'valid',
'payment_id' => '1',