Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created June 12, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save djrmom/cc37717640d318f99fdb50c5b5080af1 to your computer and use it in GitHub Desktop.
Save djrmom/cc37717640d318f99fdb50c5b5080af1 to your computer and use it in GitHub Desktop.
facetwp bookings query
<?php
return array(
'post_type' => 'product',
'meta_query' => array(
array(
'key' => '_wc_booking_availability',
'compare' => 'EXISTS'
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment