Use filter ‘widget_options_logic_override’ to create logic?
-
Hi,
Is there anyone who used thewidget_options_logic_override
filter in order to create widget logic? Is there some documentation on this?
I’ve found the filter in includes/widgets/display.php and trying to do something with the function below (just for testing), but nothing happening:function cc_widget_logic( $display_logic ) { print_r ($display_logic); } add_filter( 'widget_options_logic_override', 'cc_widget_logic', 10, 1 );
Anyone? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use filter ‘widget_options_logic_override’ to create logic?’ is closed to new replies.