Last active
November 21, 2020 07:07
-
-
Save robertdevore/3272270421cbe770da7557ce85a3a2cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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