siteorigin_panels_widget_class, $info[ class ]

siteorigin_panels_widget_class, $info[ class ]

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_widget_class, $info[ class ]') is found 1 times:

  • /inc/admin.php line 1203
    				$info = array();
    			}
    			unset( $widget['info'] );
    
    			$info[ 'class' ] = apply_filters( 'siteorigin_panels_widget_class', $info[ 'class' ] );
    
    			// Always run the widget's own update() when its class resolves to a
    			// widget exposing one. The client-controlled $info['raw'] flag (and the
    			// $force argument) must NOT decide whether sanitization runs: an attacker
    			// who omits the raw flag would otherwise persist unsanitized markup,
    			// bypassing the widget's update() (e.g. WP_Widget_Custom_HTML's