Synchronizes category and post tag slugs when global terms are enabled.
Parameters
$term
WP_Term|arrayrequired- The term.
$taxonomy
stringrequired- The taxonomy for
$term
.
Source
function sync_category_tag_slugs( $term, $taxonomy ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $term;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.