terms_to_edit

terms_to_edit

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('terms_to_edit') is found 1 times:

  • /wp-admin/includes/taxonomy.php line 295
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
         *
         * @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.