Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webdados/b9df3af2a9cfe2561ba50b99e56c1665 to your computer and use it in GitHub Desktop.
Save webdados/b9df3af2a9cfe2561ba50b99e56c1665 to your computer and use it in GitHub Desktop.
Increase DPD Portugal API timeout
<?php
/* Increase DPD Portugal API timeout */
add_filter( 'woo_dpd_portugal_webservice_timeout', function( $seconds ) {
return 60;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment