Guest User

Untitled

a guest
Dec 12th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Validation: Required fields.
  2. if ( ! empty( $field['required'] ) && empty( $_POST[ $key ] ) ) {
  3. wc_add_notice( sprintf( __( '%s is a required field.', 'woocommerce' ), $field['label'] ), 'error' );
  4. }
Add Comment
Please, Sign In to add comment