Hi, Im looking for some help with my wp_options table.
recently I noticed more than thousand of lines like this:
_transient_timeout_rss_fdde11d3130c4726bfad37209207dd67
select count(*) from wp_options where option_name like '%rss%';
+----------+
| count(*) |
+----------+
| 2943 |
+----------+
in the option_name value
Is that normal? Can I delete these lines?
thanks