dealing with large HTML output via plugin code
@Byran M. I tend to use two constructs I don’t often see other WordPress developers using often, which surprises me, but I like them a lot. 1.) Heredocs You can store large blocks of text as heredocs string that might look like this so I can store worrying about mixing single and double quotes: $html=<<<HTML … Read more