Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query

$meta_query = array(
	array(
		'key'     => 'post_reading_time',
		'compare' => 'NOT EXISTS',
	),
);