Guest User

Untitled

a guest
Dec 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* WEBSITE REQUIRED */
  2. function wcv_vendor_company_url_required( $args ) {
  3. $args[ 'custom_attributes' ] = array(
  4. 'data-rules' => 'required',
  5. 'data-error' => __( 'This field is required.', 'wcvendors-pro' )
  6. );
  7. return $args;
  8. }
  9. add_filter( 'wcv_vendor_company_url', 'wcv_vendor_company_url_required' );
Add Comment
Please, Sign In to add comment