Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

404 Meta

$meta_query = array(
	array(
		'key'     => '_wp_page_template',
		'value'   => 'page-404.php',
	),
);