Skip to content

Instantly share code, notes, and snippets.

@webdados
Created March 5, 2018 10:16
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/b862500de9acccb89fd622fc3bcc5a47 to your computer and use it in GitHub Desktop.
Save webdados/b862500de9acccb89fd622fc3bcc5a47 to your computer and use it in GitHub Desktop.
Override "Portugal VASP Expresso Kios network for WooCommerce" map dimensions
<?php
add_filter( 'pvkw_map_width', function( $width ) {
return 200;
} );
add_filter( 'pvkw_map_height', function( $height ) {
return 100;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment