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.7.1

do_action('is_wide_widget_in_customizer') is found 1 times:

  • /wp-includes/class-wp-customize-widgets.php line 615
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
         *
         * @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: