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

removing constructor elements

parent 007b3754
Branches
No related tags found
No related merge requests found
......@@ -11,10 +11,6 @@ class WP_RSS_Client extends SimplePie implements WP_Client{
function __construct( $site_ID ) {
$this->set_feed_url( get_post_meta( $site_ID, 'syn_feed_url', true ) );
$this->init();
$this->handle_content_type();
}
public function new_post($post_ID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment