siteorigin_panels_widget_args, $args
siteorigin_panels_widget_args, $args
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_filters('siteorigin_panels_widget_args, $args') is found 1 times:
- /inc/renderer.php line 1032
'widget_id' => 'widget-' . $grid_index . '-' . $cell_index . '-' . $widget_index, ); // Let other themes and plugins change the arguments that go to the widget class. $args = apply_filters( 'siteorigin_panels_widget_args', $args ); // If there is a style wrapper, add it. if ( ! empty( $style_wrapper ) ) { $args['before_widget'] = $args['before_widget'] . $style_wrapper; $args['after_widget'] = '</div>' . $args['after_widget']; }