You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The render_block_core_legacy_widget function’s doc block incorrectly specifies the type of the global wp_widget_factory as int. This is inaccurate, as wp_widget_factory is an object, not an integer. The correct type should be WP_Widget_Factory.