Skip to content

Instantly share code, notes, and snippets.

@Spirecool
Last active April 21, 2021 12:16
Show Gist options
  • Save Spirecool/c0b7e1b3b7575b63ebdb56cd6ed4d42d to your computer and use it in GitHub Desktop.
Save Spirecool/c0b7e1b3b7575b63ebdb56cd6ed4d42d to your computer and use it in GitHub Desktop.
<?php
add_action( 'woocommerce_after_order_notes', 'bbloomer_notice_shipping' );
function bbloomer_notice_shipping() {
echo '<p class="allow">Please allow 5-10 business days for delivery after order processing.</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment