Skip to content

Instantly share code, notes, and snippets.

View jeetwisetr's full-sized avatar

Jeet Soni jeetwisetr

View GitHub Profile
@jeetwisetr
jeetwisetr / gist:b06e01b620aafad9c89d2563266a8fc4
Last active May 29, 2025 11:25
boxtal_connect_print_parcelpoint short code
add_shortcode( 'boxtal_connect_print_parcelpoint', function () {
if ( ! class_exists( 'BWFAN_Merge_Tag_Loader' ) ) {
return;
}
$order_id = BWFAN_Merge_Tag_Loader::get_data();
$order = wc_get_order( $order_id['order_id'] );
do_action( 'boxtal_connect_print_parcelpoint', $order );
} );
2025-05-16T08:43:58+00:00 - yiJHZACvIc - $paramsArray
(
[application_id] => 28697
[application_token] => RdA2RrhwbnauPYSnQYdMztQz88hpuRbbXsacNKR5LK9bxyXJUA
[target_url] => https://www.hygeawatersystem.bg/wp-json/woofunnels/v1/worker
)
2025-05-16T08:43:58+00:00 - yiJHZACvIc - shorten_resArray
(
[response] => 400
@jeetwisetr
jeetwisetr / Appointment order summary css .txt
Last active November 7, 2024 12:12
Appointment order summary css
add_action( 'bwfan_output_email_style', function () { ?>
.wc-appointment-summary {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
<?php } );