Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cornelb

    (@cornelb)

    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 :))

    Thread Starter cornelb

    (@cornelb)

    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 …

Viewing 2 replies - 1 through 2 (of 2 total)