Changes between Initial Version and Version 1 of Ticket #61031, comment 2
- Timestamp:
- 04/22/2024 02:37:02 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61031, comment 2
initial v1 2 2 ========================= 3 3 4 4 {{{ 5 5 class Custom_Taxonomy_Widget extends WP_Widget { 6 6 … … 81 81 } 82 82 add_action( 'widgets_init', 'register_custom_taxonomy_widget' ); 83 }}}