equal
deleted
inserted
replaced
11 * Singleton that registers and instantiates WP_Widget classes. |
11 * Singleton that registers and instantiates WP_Widget classes. |
12 * |
12 * |
13 * @since 2.8.0 |
13 * @since 2.8.0 |
14 * @since 4.4.0 Moved to its own file from wp-includes/widgets.php |
14 * @since 4.4.0 Moved to its own file from wp-includes/widgets.php |
15 */ |
15 */ |
|
16 #[AllowDynamicProperties] |
16 class WP_Widget_Factory { |
17 class WP_Widget_Factory { |
17 |
18 |
18 /** |
19 /** |
19 * Widgets array. |
20 * Widgets array. |
20 * |
21 * |