diff --git a/public_html/wp-content/plugins/wc-post-types/wc-post-types.php b/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
index a4ac5b2ab..800d4dc3d 100644
--- a/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
+++ b/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
@@ -1918,7 +1918,7 @@ public function manage_post_types_columns_output( $column, $post_id ) {
if ( $wporg_user ) {
printf(
'%s',
- 'https://profiles.wordpress.org/' . $wporg_user->user_nicename . '/',
+ esc_url( 'https://profiles.wordpress.org/' . $wporg_user->user_nicename . '/' ),
esc_html( $wporg_user->user_login )
);
}