Home Forums WTI Like Post PRO custom post type taxonomy Reply To: custom post type taxonomy

#704
ジョンジョン
Participant
        public function form( $instance ) {
            parent::form( $instance );
            $taxonomy = 'category';
            if ( !empty( $instance['taxonomy'] ) ) {
                $taxonomy = $instance['taxonomy'];
            }
            $taxonomies = $this->get_taxonomies();
            ?>