Scusate! ma come faccio a dare una proprietà in php?
In html ho assegnato a <a> la proprietà data-filter; ma ora vorrei assegnarla anche alla wp_list_categories. Come faccio?


Codice PHP:
<ul>[*][url="#"]<?php _e('All''framework'); ?>[/url]<span>/</span>
                    <?php 
                    wp_list_categories
(array(
                            
'title_li' => ''
                            
'taxonomy' => 
                            
'skill-type'
                            
'walker' => new Portfolio_Walker(),
                            
'show_option_none' => ''
                        
)
                    ); 
?>