is_wide_widget_in_customizer

is_wide_widget_in_customizer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('is_wide_widget_in_customizer') is found 1 times:

  • /wp-includes/class-wp-customize-widgets.php line 615
    		 *
    		 * @param bool   $is_wide   Whether the widget is wide, Default false.
    		 * @param string $widget_id Widget ID.
    		 */
    		return apply_filters( 'is_wide_widget_in_customizer', $is_wide, $widget_id );
    	}
    
    	/**
    	 * Converts a widget ID into its id_base and number components.
    	 *
    	 * @since 3.9.0
    

See this hook used in plugins: