Categories
Is Wordpress $wpdb->prepare necessary?
Good afternoon, please tell me if I need to use $wpdb->prepare if I use $wpdb->insert update or others? Or is prepare embedded in them? I can't find the answer in the code.
Answer the question
In order to leave comments, you need to log in
Judging by the code, it is not necessary. The last line of the method that is called from insert:
return $this->query( $this->prepare( $sql, $data ) );
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question