Ryan Hellyer

Results 6 comments of Ryan Hellyer

I found that this was possible by adding print_r( $this->payload );die; at line 2189 of the xmlprc.inc file. It would be useful to have a way to see the ouput...

Cool. It was the "engine agnostic" comments which prompted me to suggest this actually.

I'm having trouble understanding how this would be beneficial to a plugin.

> A project that says promoting coding best practices but doesn’t teach or helps use of spl_autoload and other package managements such as Composer (e.g. http://wpackagist.org/) should reconsider its positioning...

I can fix this for you if you like BTW. I just didn't want to send in a pull request without checking in first, as I'm unsure how you would...

I stumbled across the same problem on another site today too. It was causing problems with AJAX requests, as it was assuming two different URLs between frontend and backend. That...