siteorigin_panels_text_widget_class, $text_widget

siteorigin_panels_text_widget_class, $text_widget

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_text_widget_class, $text_widget') is found 1 times:

  • /inc/admin.php line 540
    				$text_widget = 'WP_Widget_Text';
    			} else {
    				$text_widget = false;
    			}
    			$text_widget = apply_filters( 'siteorigin_panels_text_widget_class', $text_widget );
    
    			$user = wp_get_current_user();
    
    			$tabs = apply_filters( 'siteorigin_panels_widget_dialog_tabs', array() );
    			$tabs = array_map( function ( $tab ) {
    				$tab['title'] = esc_html( $tab['title'] );