WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about terms_to_edit

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/taxonomy.php apply_filters 295 /**
* Filters the comma-separated list of terms available to edit.
*
* @since 2.8.0
*
* @see get_terms_to_edit()
*
* @param string $terms_to_edit A comma-separated list of term names.
* @param string $taxonomy The taxonomy name for which to retrieve terms.
*/

Hook Parameters

Parameter Type Name Description
string $terms_to_edit A comma-separated list of term names.
string $taxonomy The taxonomy name for which to retrieve terms.