Helper->get_taxonomies(); $first_taxonomy = reset( $taxonomies ); $select_tax = $first_taxonomy->name; if( !empty( $_GET['taxonomy'] ) ) { $select_tax = strip_tags( $_GET['taxonomy'] ); } $select_taxonomy = get_taxonomy( $select_tax ); $terms = $APSC->Helper->get_terms( $select_tax ); ?>

ltd ) , __( 'Customize' ) , __( 'Sort' , $APSC->ltd ) , __( 'Taxonomies' , $APSC->ltd ) , __( 'Archives' ) ); ?>

 

ltd ); ?>

nonce . '_update' , $this->nonce . '_update' ); ?> 'default', 'title' => sprintf( __( 'All %s' , $APSC->ltd ) , $select_taxonomy->label ), 'name_field' => 'default_' . esc_html( $select_taxonomy->name ), ); ?> settings_section( $args ); ?>

ltd ) , $select_taxonomy->label ); ?>

esc_html( $term->name ), 'name_field' => esc_html( $select_taxonomy->name ) . '_' . $term->term_id, 'individual' => true, 'parent_name' => $select_taxonomy->label, ); $term_link = get_term_link( $term ); if( empty( $term_link ) or is_wp_error( $term_link ) ) { $args['title'] = $term->name; } else { $args['title'] = sprintf( '%s' , esc_url( $term_link ) , $term->name ); } ?> settings_section( $args ); ?>

nonce . '_remove' , $this->nonce . '_remove' ); ?>