How to make get_header() call a custom header file located in a sub-folder of the theme on WordPress ?

How to make get_header() call a custom header on WordPress

Create header like the following –
header-custom.php

And call it like this –

get_header(‘custom’);