Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61031, comment 2


Ignore:
Timestamp:
04/22/2024 02:37:02 PM (14 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61031, comment 2

    initial v1  
    22=========================
    33
    4 
     4{{{
    55class Custom_Taxonomy_Widget extends WP_Widget {
    66
     
    8181}
    8282add_action( 'widgets_init', 'register_custom_taxonomy_widget' );
     83}}}