function hook_blogapi_xmlrpc_response_alter in Blog API 7.2
Allow override XML response to BlogAPI apps
1 invocation of hook_blogapi_xmlrpc_response_alter()
- blogapi_format_post_for_xmlrpc in ./
blogapi.module - Helper function. Adds appropriate metadata to the XML-RPC return values.
File
- ./
blogapi.api.php, line 42 - Describe all available hooks
Code
function hook_blogapi_xmlrpc_response_alter(&$response) {
}