Skip to content

Instantly share code, notes, and snippets.

@bizzthemes
Last active November 9, 2015 16:14
Show Gist options
  • Save bizzthemes/737e1dc37c5f6d76068d to your computer and use it in GitHub Desktop.
Save bizzthemes/737e1dc37c5f6d76068d to your computer and use it in GitHub Desktop.
Appointment/booking form shortcode arguments
$array(
'id' => '',
'sku' => '',
'show_title' => 1, // use 1 or 0
'show_rating' => 1, // use 1 or 0
'show_price' => 1, // use 1 or 0
'show_excerpt' => 1, // use 1 or 0
'show_meta' => 1, // use 1 or 0
'show_sharing' => 1 // use 1 or 0
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment