xmlrpc_call, metaWeblog.newMediaObject, $args, $this
xmlrpc_call, metaWeblog.newMediaObject, $args, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('xmlrpc_call, metaWeblog.newMediaObject, $args, $this') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 6462
return $this->error; } /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ do_action( 'xmlrpc_call', 'metaWeblog.newMediaObject', $args, $this ); if ( ! current_user_can( 'upload_files' ) ) { $this->error = new IXR_Error( 401, __( 'Sorry, you are not allowed to upload files.' ) ); return $this->error; }