custom_field_json = $custom_fields_json; } protected function action() { $this->tp_auth_factory->tp_authentication( json_decode( stripslashes( $this->custom_field_json ) ) )->run(); return __( 'Service activated.', 'wpml-translation-management' ); } protected function error_message() { return __( 'Unable to activate this service. Please check entered data and try again.', 'wpml-translation-management' ); } }