If you are not getting anything meaningful from API responses I would recommend to enable WP_DEBUG and logging server–side. Though in many cases WP doesn’t handles error silently, so you might need to add and log some checks of your own to source.
As a more general advice XMLRPC is sort of dusty. New REST API is being developed and (slowly) added to core, you could try with that one.
Related Posts:
- Difference Between Filter and Action Hooks?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- How to create an API for my plugin?
- How to store username and password to API in wordpress option DB?
- Is there a limit on making calls to WordPress.org API’s?
- Using filters and actions for plugin API?
- WordPress and multithreading
- custom XMLRPC method plus authentication of user & WooCommerce order
- permalinks with get variables
- Build dynamic page from cURL (HTML page) response with plugin
- Best way for plugin to accept POSTs?
- How to override a function call in functions.php?
- wp_enqueue_style built in styles
- PHP library that can merge stylesheet with inline style [closed]
- Overwrite default XMLRPC function from plugin
- Should I ask my Twitter plugin users to create their own Twitter App and API Keys to use my plugin?
- Does WordPress’s HTTP API use any caching?
- Turn off Admin Bar (Toolbar) in backend – no easy way
- Example Dashboard Widget, Cancel not working
- Amending REST API function without deactivate/activate plugin every time changes is made
- Why does wp_remote_post returns an empty body response on certain endpoints?
- Adding custom end points, No error line
- Sending post request with wp_remote_post not working correctly
- woocommerce_checkout_order_processed hook executing function twice
- What to hook into to check a value before a post is published?
- Encoding Method for URLs?
- Google credentials and redirect URI for Google OAuth2 in a WordPress plugin, questions
- Plugin index page code executes multiple times
- Pass CF7 form data to plugin
- Best way to ping for the API changes in the wordpress?
- Plugin architecture to pull from API & create dynamic content on WP site?
- Lead form that submits to 2 external APIs
- Widget internal hooks and functions
- Allow REST API Endpoint to specific user and hide from public
- Custom Endpoint – Does it possible to use PUT method with WP API Rest?
- Get API auth_token token to renew weekly
- How to query a nested field in wordpress api using _fields param
- call funcution when clicking submit
- Adding Amchart Interface to WordPress API
- How do I make secure API calls from my WordPress plugin?
- Generate Static Page to Show Search Results/Detail for API
- Using AJAX to submit and return data inside the WordPress Plugin Boiler Plate framework
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- add pagination to wp_remote_get
- Multisite and the JSON REST API: How to?
- How do WordPress plugins work with oAuth2 APIs?
- Tie specific functions to options-update for limiting API requests
- Do you see any problems (mainly security-related) with how I’ve used wp_ajax_* actions?
- Is there a way to tell if a shorcode’s handler is being run before or after the content formatting filter?
- Can a plugin differentiate syndication feeds from actual site views?
- Developing a plugin, ran it through P3 Profiler, shows up slow, but I don’t know why
- add_rewrite_rule not working
- How do I query posts and have their related taxonomies returned in the results?
- modify buddpress adminbar only in admin pages
- How to update WordPress Plugins in your own maintance application?
- Programmatically creating posts based on external JSON feed (asynchronously)
- External api call using wordpress
- WordPress getting data from external API
- how to send csv file to other server using wp_remote_post?
- How do I return XML to an API post request
- Is there any plugin development framework
- How do I add CSS options to my plugin without using inline styles?
- Handling results from data hooked into admin_post
- How do I create links at the top of WP_List_table?
- Why Does get_posts() Return an Empty Set?
- Get list of available wordpress actions
- How can i list current author’s categories?
- Add Post and Comments menu no longer visible
- WordPress password reset – why post rp_key?
- Proper way to hook wp_get_attachment_url
- How to install WordPress Popular Posts plugin twice?
- Get the link text
- Multisite plugin development and wp_enqueue_script
- Is Dreamweaver CS5 a serious choice for theme/plugin development?
- Modify hard-coded conditionals for roles to custom roles
- How to access noticeOperations from withNotices
- parse content from wikipedia article replacing search term with the title of article
- Thickbox doesn’t respect dimensions when used in admin [duplicate]
- Jquery was not found on this server
- How to create a digital product download link that can’t be used twice?
- Working of foreach loop with array
- Grandchildtheme (plugin) add header.php (not exist in child theme)
- $wpdb->update Issue
- How to make every image title equal to alt text(wordpress/woocommerce)?
- Load specific page when a custom URL is hit
- Trying to rename a file upload as the hash of file content on wordpress
- Getting products information, in woocommerce based on products ID
- Fatal error: Uncaught Error: Using $this when not in object context
- How can I measure CPU and RAM used by my theme or plugin
- want to confirm popup with “Yes” and “No” button when user click on add to cart
- Modify search form with plugin
- Organising and completing posts (mark as read and hide)
- Include add_post_meta in a plugin
- Custom query not working in plugin admin page
- Developing Themes on WordPress, Looking for Excellent Tutorials [closed]
- Admin Message after Plugin Option Updated
- How Can I Retrieve post ID in plugin file
- Can we write custom DOM manipulation inside edit.js file while developing custom Gutenberg block?
- User set default settings for a Block in Site Editor
- ‘global’ not working when passing variable from plugin file to template