Same name and namespace in other branches
  1. 4.6.x modules/blogapi.module \blogapi_metaweblog_get_post()
  2. 4.7.x modules/blogapi.module \blogapi_metaweblog_get_post()
  3. 5.x modules/blogapi/blogapi.module \blogapi_metaweblog_get_post()
1 string reference to 'blogapi_metaweblog_get_post'
blogapi_xmlrpc in modules/blogapi/blogapi.module
Implementation of hook_xmlrpc().

File

modules/blogapi/blogapi.module, line 398
Enable users to post using applications that support XML-RPC blog APIs.

Code

function blogapi_metaweblog_get_post($postid, $username, $password) {
  return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}