| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Widget API: WP_Widget_Categories class
| File Size: | 207 lines (7 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Widget_Categories:: (5 methods):
__construct()
widget()
onCatChange()
update()
form()
Class: WP_Widget_Categories - X-Ref
Core class used to implement a Categories widget.| __construct() X-Ref |
| Sets up a new Categories widget instance. since: 2.8.0 |
| widget( $args, $instance ) X-Ref |
| Outputs the content for the current Categories widget instance. param: array $args Display arguments including 'before_title', 'after_title', param: array $instance Settings for the current Categories widget instance. since: 2.8.0 since: 4.2.0 Creates a unique HTML ID for the `<select>` element |
| onCatChange() X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| Handles updating settings for the current Categories widget instance. param: array $new_instance New settings for this instance as input by the user via param: array $old_instance Old settings for this instance. return: array Updated settings to save. since: 2.8.0 |
| form( $instance ) X-Ref |
| Outputs the settings form for the Categories widget. param: array $instance Current settings. since: 2.8.0 |
| Generated: Wed Oct 29 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |