Viewing 1 replies (of 1 total)
  • Thread Starter JR Web Studio

    (@jetonr)

    Never mind found it!

    function check_fields($errors, $update, $user) {
        $errors->add('demo_error',__('This is a demo error, and will halt profile save'));
    }
    add_filter('user_profile_update_errors', 'check_fields', 10, 3);
Viewing 1 replies (of 1 total)
  • The topic ‘Custom error for profile field validation’ is closed to new replies.