Zack Tollman
Zack Tollman
I'm working with my second project utilizing post options API. On both projects, I called the function that initiates the post options API class from the "add_meta_boxes" hook. It did...
Do you have a recommended way to run Boomcatch as a daemon? If you happen to have an init.d script, that would be even better. Thanks!
When initially deploying this plugin, hundreds or thousands of cron event can be created to generate site maps over time. While this may be desirable for some, others may want...
I noticed something that is perhaps a non-issue, but want to draw attention in case it could become and issue. Along with my work in #76, I've been working on...
I have drafted a starting point for an HTTP/2 proposal. I would like to hash out ideas in this PR so we can get to a point of adding a...
Based on a [recommendation](http://bradt.ca/blog/ignoring-errors-wordpress-debug-mode/#comment-1270198035) from @bradyvercher, there should be an easier way to share configs for Ostrichcize across WordPress installations.
I am not sure if this plugin will help with strict standards errors. @bradt brought this up on his [post](http://bradt.ca/blog/ignoring-errors-wordpress-debug-mode) about silencing errors. This is a note to self to...
Obviously, themes cannot affect errors that occur before the theme code is executed, but it may be worth refiltering the ostrichcized plugins on init so that theme code can also...
From @franz-josef-kaiser: "Inside instance(), it's enough to is_null( self::$instance ) AND self::$instance = new self; return self::$inst..;" Review this recommendation and implement if it makes sense.
Debug Bar is implementing its own error reporting mechanism. Consider how to withhold error message from that console.