Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Pods 1

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'display_on_page',
		'value'   => '$currentPageID',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'display_on_post',
		'value'   => '$currentPageID',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'add_to_page_slideshow',
		'value'   => '$currentPageID',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'add_to_post_slideshow',
		'value'   => '$currentPageID',
		'type'    => 'NUMERIC',
	),
);