To stylize WP_Error messages or not?
I hate, despise forcing markup/stylization on anyone that extends my system because I'm making assumptions about how my code is going to be used and force people to play around my decision-making.
Thing is, I'm now faced with an issue. I have a really long WP_Error
message, it's like 100 salamis all put together long.
I kinda wanna insert a \r\n
between these messages to make it readable.
Is there no middle-ground? I'm also offering these messages separated in the error_data
but, of course, it'd be nicer to have it readable from the get-go.