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

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


Description

See also


Parameters

$terms_to_edit

A comma-separated list of term names.

$taxonomy

The taxonomy name for which to retrieve terms.


Source

File: wp-admin/includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
2.8.0 Introduced.