[Plugin: Sk Latest Post Widget] Bug Report
-
The widget can break the widget areas of a wordpress site in cause of a request error. This is what the error log says:
Cannot use object of type WP_Error as array in .../sk_latest_posts_widget.php on line 61Bug Fix:
replace in sk_latest_posts_widget.php line 61 :if($page && !empty($page['body'])){
with
if($page && is_array($page) && !empty($page['body'])){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Sk Latest Post Widget] Bug Report’ is closed to new replies.