JackTang
Member
- Nov 18, 2020
- 67
- 34
- 18
Thank you very much. The theme is working normally at present.In X The Theme v9.1.1 open functions.php
Below line one, which is:
PHP:<?php
Add the following:
PHP:update_option( 'x_product_validation_key', 'activated' ); update_option( 'cs_product_validation_key', 'activated' );
It will now look like:
PHP:<?php update_option( 'x_product_validation_key', 'activated' ); update_option( 'cs_product_validation_key', 'activated' ); // =============================================================================
Save the file and all should be good!![]()