[PATCH] undefined variable: has_ut
-
When visiting page 2 of my site I was getting the warning
Notice: Undefined variable: has_ut in /path/to/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 567
which was this line:
if ($has_ut) {
Just change it to
if (!empty($has_ut)) {
https://www.ads-software.com/extend/plugins/all-in-one-seo-pack/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[PATCH] undefined variable: has_ut’ is closed to new replies.