update( $wpdb->posts, array( 'post_content' => $content ), array( 'ID' => $post->ID ) ); } // Make the page reload add_filter( 'wp_head' , 'mh_insert_redirect' ); } return $content; } function mh_insert_redirect() { global $post; echo ''; }