Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Auto Complete all WooCommerce orders.
*/
add_action( 'woocommerce_thankyou', 'custom_woocommerce_auto_complete_order' );
function custom_woocommerce_auto_complete_order( $order_id ) {
if ( ! $order_id ) {
return;
}
Facilitator Name: [wpv-post-title item="@faciliator-event.parent"]
Venue Description: [wpv-post-body view_template="None" item="@faciliator-event.parent"]
Facilitator Featured Image: [wpv-post-featured-image item="@facilitator-event.parent"]
Venue Title: [wpv-post-title item="@venue-event.parent"]
Venue Description: [wpv-post-body view_template="None" item="@venue-event.parent"]
Venue Address: [types field='address' item='@venue-event.parent'][/types]
Venue Map Embed: [types field='address' item='@venue-event.parent'][/types]
/*
this following code is for making iframes responsive
*/
.intrinsic-container {
position: relative;
height: 0;
overflow: hidden;
}
/* 16x9 Aspect Ratio */