Thanks for the bugfix.
A+ for plugin Support.
Yeah, that “keep the data on” should be on by default 🙁
Or it should only trigger a wipe on Uninstall/Delete, not Deactivation.
Who the heck has time for readmes :)))
Welcome to Facebook … just another way of saying WTF :))
Thanks.
Also, if i could suggest some hooks/ filters to widgets / pages / all htmnl output …
I mean, there are things i’d like changed, and right now i’m monkey-pathing / overwriting some classes to do that…
$widget_html = apply_filters('football_pool_widget_type_xxx',$widget_html);
echo $widget_html;
$page_content = apply_filters('football_pool_page_type_xxx',$page_content);
return $page_content;
and so on …