get_rate_plugin_prompt()->should_display(); if ( $can_hide ) { $app->get_user()->set_rate_plugin_prompt_hidden(); $result = 'success'; } else { $result = 'error'; } return new Result_JSON( array( 'twofas_light_result' => $result, ) ); } }