Output entire list of links by category. Output a list of all links, listed by category, using the settings in $wpdb->linkcategories and output it as a nested HTML unordered list.
$cat->name
Sortie :
@param string $order Sort link categories by 'name' or 'id'
// Modifier la valeur avec le filtre 'link_category'
add_filter('link_category', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($cat->name) {
// Modifier la valeur
return $cat->name;
}
Chargement des actualités...