Home › Forums › WTI Like Post PRO › custom post type taxonomy › Reply To: custom post type taxonomy
January 3, 2019 at 8:38 am
#704
ジョンジョン
Participant
public function form( $instance ) {
parent::form( $instance );
$taxonomy = 'category';
if ( !empty( $instance['taxonomy'] ) ) {
$taxonomy = $instance['taxonomy'];
}
$taxonomies = $this->get_taxonomies();
?>