get_edit_term_link

get_edit_term_link

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_edit_term_link') is found 1 times:

  • /wp-includes/link-template.php line 1121
    	 * @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