Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robertdevore/3272270421cbe770da7557ce85a3a2cf to your computer and use it in GitHub Desktop.
Save robertdevore/3272270421cbe770da7557ce85a3a2cf to your computer and use it in GitHub Desktop.
<?php
/**
* Remove "Delivery" from driver dashboard order details page.
*/
add_filter( 'ddwc_driver_dashboard_delivery_total', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment