Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created January 20, 2019 09:38
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 Musilda/0856cec91da16a6e68eddde2b0bfde11 to your computer and use it in GitHub Desktop.
Save Musilda/0856cec91da16a6e68eddde2b0bfde11 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'ulozenka_dobirka_label', 'ulozenka_10001_custom_label' );
function ulozenka_10001_custom_label( $label ){
return 'Dobírka';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment