Support

Account

Home Forums General Issues Meta query for post object? Reply To: Meta query for post object?

  • Ah, I see – this is mitigated by the use of quotes:

    array(
    	'key' => 'course_tutors',
    	'value' => '"' . get_the_ID() . '"',
    	...
    )