Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get wprss_feed_id

$meta_query = array(
	array(
		'key'     => 'wprss_feed_id',
		'value'   => '$gett',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);