terms_to_edit

Advertisement

Summery Summery

Filters the comma-separated list of terms available to edit.

Syntax Syntax

apply_filters( 'terms_to_edit', string $terms_to_edit, string $taxonomy )

Parameters Parameters

$terms_to_edit

A comma-separated list of term names.

$taxonomy

The taxonomy name for which to retrieve terms.

Source Source

File: wp-admin/includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

See also See also

Advertisement

Leave a Reply