kvachakhia
New member
- Dec 25, 2020
- 0
- 0
- 0
My solution Null 9.0.5v
If you follow my advice, Like a comment
PHP:
$result = $this->check_purchase_wordpress_themes($token);
Change to:
$result = "babiato.tech";
if ( $result && ! is_wp_error( $result ) && isset( $result['id'] ) ) {
TO:
if ($result && !is_wp_error($result)) {
If you follow my advice, Like a comment