| 1 | <?php |
||
| 6 | class Jetpack_XMLRPC_Fallback { |
||
| 7 | private $xmlrpc_server; |
||
| 8 | |||
| 9 | function init() { |
||
| 21 | |||
| 22 | function verify_registration( $request ) { |
||
| 26 | |||
| 27 | // allow invocation of Jetpack XMLRPC, and a handful of core XMLRPC methods, over REST |
||
| 28 | // does NOT allow random XMLRPC requests |
||
| 29 | function xmlrpc_fallback( $request ) { |
||
| 35 | |||
| 36 | private function load_xmlrpc() { |
||
| 42 | } |
An attempt at access to an undefined property has been detected. This may either be a typographical error or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods to allow access. See the php core documentation on Overloading.