Comments on: The Many Uses of PHP Output Buffering in WordPress
https://wpshout.com/php-output-buffering/
A hub for advanced WordPress users, developers & savvy business owners.Fri, 10 Aug 2018 17:04:29 +0000
hourly
1 https://wordpress.org/?v=6.4.3
By: Samuel
https://wpshout.com/php-output-buffering/#comment-20800
Fri, 10 Aug 2018 17:04:29 +0000https://wpshout.com/?p=8013#comment-20800Well being a learner of PHP, its going to save a lot of time.
Thanks for writing about it David. Cheers!
]]>
By: Paul Davidson
https://wpshout.com/php-output-buffering/#comment-20799
Mon, 09 Jul 2018 15:34:14 +0000https://wpshout.com/?p=8013#comment-20799Thanks for saving my bacon last night! Thanks, David!
]]>
By: Eric Gruby
https://wpshout.com/php-output-buffering/#comment-20798
Wed, 22 Nov 2017 16:42:53 +0000https://wpshout.com/?p=8013#comment-20798It’s awesome how we can keep highlighting on HTML and produce faster using OB. Great article indeed!
]]>
By: Christer Fernstrom
https://wpshout.com/php-output-buffering/#comment-20797
Sun, 28 Aug 2016 07:34:00 +0000https://wpshout.com/?p=8013#comment-20797Thanks David,
I was developing a shortcode in a plugin that returns a form, and I wanted to use wp_editor on one of the textareas. Since wp_editor echos it’s output (i.e. it does not return it), the editor appeared at the top of the page and the HTML generated was outside the form. So output buffering of wp-editor is exactly what is needed. I didn’t know it was this easy to do until I found your article. Perfect!
]]>
By: Bacapa No. 2016/12/012
https://wpshout.com/php-output-buffering/#comment-20796
Sat, 04 Jun 2016 03:38:48 +0000https://wpshout.com/?p=8013#comment-20796[…] Understanding PHP Output Buffering, and Why It’s Great for Shortcodes | WPShout – Good basic understanding of using output buffering in WordPress. […]
]]>
By: Understanding PHP Output Buffering, and Why It’s Great for Shortcodes | WPShout | BacApa
https://wpshout.com/php-output-buffering/#comment-20795
Fri, 03 Jun 2016 07:05:30 +0000https://wpshout.com/?p=8013#comment-20795[…] Source: Understanding PHP Output Buffering, and Why It’s Great for Shortcodes | WPShout […]
]]>
By: fredclaymeyer
https://wpshout.com/php-output-buffering/#comment-20794
Thu, 21 Jan 2016 16:17:00 +0000https://wpshout.com/?p=8013#comment-20794In reply to Bowe Frankema.
Thanks a lot, Bowe! 🙂
]]>
By: Bowe Frankema
https://wpshout.com/php-output-buffering/#comment-20793
Wed, 20 Jan 2016 21:33:00 +0000https://wpshout.com/?p=8013#comment-20793This is awesome! I was struggling to get my shortcode (that did a custom loop) to output at the right place. You explained everything very clearly and ended up adding the output buffer and voila. Thank you!
]]>