Uses
Uses | Description |
---|---|
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |