diff --git a/includes/class-syndication-wp-xmlrpc-client.php b/includes/class-syndication-wp-xmlrpc-client.php
index 627d90893e36df3db9c969f14baa5fcc6e17b70a..3635ecbafebd407a0a6e057a485e9ee06a434342 100644
--- a/includes/class-syndication-wp-xmlrpc-client.php
+++ b/includes/class-syndication-wp-xmlrpc-client.php
@@ -114,7 +114,7 @@ class Syndication_WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements Syndica
 			return new WP_Error( $this->getErrorCode(), $this->getErrorMessage() );
 		}
 
-		$remote_post_id = (int) $this->get_response();
+		$remote_post_id = (int) $this->getResponse();
 
 		do_action( 'syn_xmlrpc_push_new_post_success', $remote_post_id, $post_ID );