How to make Flatsome Multipurpose Wordpress Theme unlimited and unlimited?
When you add the following 3 lines after the <?php line in your functions.php file , everything will be removed, including the single domain limit.
PHP:
update_option( get_template() . '_wup_purchase_code', '*******' );
update_option( get_template() . '_wup_supported_until', '01.01.2050' );
update_option( get_template() . '_wup_buyer', 'Licensed' );
You can check this site
for all themes and plugins broken in this way .