siteorigin_panels_widget_class, $info[ class ]
siteorigin_panels_widget_class, $info[ class ]
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_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