terms_to_edit

terms_to_edit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('terms_to_edit') is found 1 times:

  • /wp-admin/includes/taxonomy.php line 295
    	 *
    	 * @param string $terms_to_edit A comma-separated list of term names.
    	 * @param string $taxonomy      The taxonomy name for which to retrieve terms.
    	 */
    	$terms_to_edit = apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy );
    
    	return $terms_to_edit;
    }
    
    /**
     * Adds a new term to the database if it does not already exist.