--- update-core.php 2024-05-12 23:33:34.405330883 +0200 +++ update-core.php 2024-05-12 23:33:54.551751539 +0200 @@ -1155,6 +1155,11 @@ wp_die( __( 'Sorry, you are not allowed to update this site.' ) ); } + wp_die( + __( 'Sorry, you are not allowed to update this site.' ) . + ' Click here to learn why.' + ); + check_admin_referer( 'upgrade-core' ); // Do the (un)dismiss actions before headers, so that they can redirect.