I want to update safely the the wp_posts table based on $ _GET parameters id and title of the post, using the $ wpdb class. A good starting point would be reading the following documentation Class_Reference/wpdb? Also for the safety part it is a good reference the Validating_Sanitizing_and_Escaping_User_Data documentation from the codex? Is my planRead more