14.10. Term aktualisieren

<?php
function wp_update_term( $term_id, $taxonomy, $args = array() ) {
	...
}
?>

Es gilt:

You’re not allowed to see this content. Please log in first.

Im Erfolgsfall wird ein Array zurückgegeben. Es enthält die term_id sowie die term_taxonomy_id. Im Fehlerfall erhält man ein Objekt der Klasse WP_Error.

Beispiel: Umbenennen des Terms „Belletristik“.

You’re not allowed to see this content. Please log in first.