Skip to content

Instantly share code, notes, and snippets.

@webdados
Created November 23, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webdados/ab63fe80948af0231c6d623f5686c776 to your computer and use it in GitHub Desktop.
Save webdados/ab63fe80948af0231c6d623f5686c776 to your computer and use it in GitHub Desktop.
Override "Portugal Chronopost Pickup network for WooCommerce" map dimensions
<?php
add_filter( 'cppw_map_width', function( $width ) {
return 200;
} );
add_filter( 'cppw_map_height', function( $height ) {
return 100;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment