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

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


Description

See also


Parameters

$terms_to_edit

(array) An array of terms.

$taxonomy

(string) The taxonomy for which to retrieve terms. Default 'post_tag'.


Source

File: wp-admin/includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.