WP_Widget_Text::_register()
Add hooks for enqueueing assets when registering all widget instances of this widget class.
Source
File: wp-includes/widgets/class-wp-widget-text.php
}
/**
* Add hooks for enqueueing assets when registering all widget instances of this widget class.
*
* @param int $number Optional. The unique order number of this widget instance
* compared to other instances of the same class. Default -1.
*/
public function _register_one( $number = -1 ) {
parent::_register_one( $number ); Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_widget_text/_register