Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created August 7, 2019 12:08
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/392e713983f5cc3c46309e472d13934d to your computer and use it in GitHub Desktop.
Save Musilda/392e713983f5cc3c46309e472d13934d to your computer and use it in GitHub Desktop.
<?php
$language = 'cs-CZ';
$language = apply_filters( 'idoklad_request_language_code', $language );
add_filter( 'idoklad_request_language_code', 'toret_change_request_language' );
function toret_change_request_language( $lang ){
return 'en-EN';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment