Skip to content

Instantly share code, notes, and snippets.

@vanbo
Created June 30, 2016 09:23
Show Gist options
  • Save vanbo/6ceff4807d0093d21490ea89db32173e to your computer and use it in GitHub Desktop.
Save vanbo/6ceff4807d0093d21490ea89db32173e to your computer and use it in GitHub Desktop.
Borica encryption password filter
add_filter( 'wc_borica_certificates_password', 'prefix_add_filter' );
function prefix_add_filter( $name ) {
return 'your-password-here';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment