Autoload Summory not working
-
I found the summary incomplete, i don’t understand if its a “wanted” feature or there is something stange.
for example on plugin files: plugin-editor.php?file=breeze%2Finc%2Fhelpers%2Fclass-breeze-db-summary-table.php&plugin=breeze%2Fbreeze.php
i found at row 59 this: $summary = $wpdb->get_results( “SELECT option_name, char_length(option_value) AS option_value_length FROM
$wpdb->optionsWHERE autoload=’yes’ ORDER BY option_value_length DESC LIMIT 30″, ARRAY_A );it is normal that it searches only in “yes” and not also IN (‘yes’, ‘on’, ‘auto’, ‘auto-on’) ?
thank you
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.