
Tips
Eliminate nesting of associative arrays with only one element
WordPress functions (especially in the $wpdb class, etc. When using the 'get_results()' method to get the value of the DB, etc.), and if the return value array has only one element but is an associative array, there are quite a few cases where nested loop processing is used when retrieving the value. ...