Where does $wpdb->options come from?
I can’t see $wpdb-options() function or $this->options so how is this achieved?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
$wpdb->optionsis a property of the object$wpdb(which is an instance of the classwpdb).It’s value is the name of the options table in the database, usually
wp_options.