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

spacings

parent 364bce50
No related branches found
No related tags found
No related merge requests found
......@@ -112,10 +112,12 @@ class WP_RSS_Client extends SimplePie implements WP_Client{
}
public static function save_settings( $site_ID ) {
update_post_meta( $site_ID, 'syn_feed_url', esc_url_raw( $_POST['feed_url'] ) );
update_post_meta( $site_ID, 'syn_selected_post_type', esc_url_raw( $_POST['feed_url'] ) );
update_post_meta( $site_ID, 'syn_selected_post_status', esc_url_raw( $_POST['feed_url'] ) );
return true;
}
public function get_post( $ext_ID ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment