get_edit_term_link

get_edit_term_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_edit_term_link') is found 1 times:

  • /wp-includes/link-template.php line 1121
    1117
    1118
    1119
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
         * @param int    $term_id     Term ID.
         * @param string $taxonomy    Taxonomy name.
         * @param string $object_type The object type.
         */
        return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
    }
     
    /**
     * Displays or retrieves the edit term link with formatting.
     *
     * @since 3.1.0