Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Last active August 28, 2020 11:42
Show Gist options
  • Select an option

  • Save wpweb101/356807a57f69875053276ba435f56142 to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/356807a57f69875053276ba435f56142 to your computer and use it in GitHub Desktop.
// Add filter to add custom css
add_filter ( 'woo_vou_check_qrcode_cstm_style', 'woo_vou_allow_admin_to_bcc_func' );
function woo_vou_allow_admin_to_bcc_func ( $style ) {
return '<style>..woo-vou-check-code tbody tr:last-child td input { display: none;} .success { background-color: #dd9933; color: white;} </style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment