Created
June 3, 2026 08:38
-
-
Save DmitryBychenko/6eef330da8169b309bfae2a393f9a8d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT option_name, LENGTH(option_value) AS option_len | |
| FROM wp_options | |
| WHERE autoload = 'yes' | |
| ORDER BY option_len DESC | |
| LIMIT 20; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment