Skip to content
Snippets Groups Projects
Commit 97b010f3 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

removing remove methods

parent c2b77a03
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client {
private $password;
private $ext_thumbnail_ids;
private $site_ID
private $site_ID;
function __construct( $site_ID ) {
......@@ -175,23 +175,6 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client {
return true;
}
public function remove_post_thumbnail( $post_ID ) {
$result = $this->query(
'pushSyndicateInsertThumbnail',
'1',
$this->username,
$this->password,
$post_ID
);
if( !$result )
return false;
return true;
}
public function set_options($options, $ext_ID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment