Support » Plugin: Widget Logic » [Plugin: Widget Logic] widget_content not works

  • Resolved mainpart

    (@mainpart)


    Hello
    my WP is 3.4.1, WL 0.52
    i’ve added widget_content filter to functions php:

    add_filter('widget_content', 'your_filter_function', 11, 2);
    function your_filter_function($content='', $widget_id=''){
    return 1111;
    }

    but it ain’t works. i’ve digged into your plugin code and figured that widget_logic_redirected_callback() ain’t called too. What am i doing wrong?

    http://wordpress.org/extend/plugins/widget-logic/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Widget Logic] widget_content not works’ is closed to new replies.