wp/wp-includes/class-wp-widget-factory.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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 	 *