These defintions alter the core behaviour of the WpAPI library. URL_CHECK defaults to TRUE. Change to false for custom xmlrpc.php URLs.
elWpAPI Defintions
- WPAPI_USER_AGENT - Allows you to override the WpAPI User-Agent
- WPAPI_URL_CHECK - Forces an URL check against the XMLRPC URL to ensure it ends in /xmlrpc.php
- WPAPI_CONNECT_TIMEOUT - Override default connection timeout (minimum/default of 15)
- WPAPI_TIMEOUT - Override default connection timeout (minimum/default of 30)
WpAPI-HD
- WPAPIHD_USER_AGENT - Allows you to override the WpAPI User-Agent
- WPAPIHD_URL_CHECK - Forces an URL check against the XMLRPC URL to ensure it ends in /xmlrpc.php
- WPAPIHD_CONNECT_TIMEOUT - Override default connection timeout (minimum of 15)
- WPAPIHD_TIMEOUT - Override default connection timeout (minimum of 30)


