N
N
nezzard2014-06-29 13:24:59
SQL
nezzard, 2014-06-29 13:24:59

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

1 answer(s)
V
Victor, 2014-06-29
@nezzard

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 your question

Ask a Question

731 491 924 answers to any question