classes/integrations/woocommerce/class-account.php
Showing 1 of 1 total issue
Function lsx_profile_photo_field_filter
has a Cognitive Complexity of 31 (exceeds 25 allowed). Consider refactoring. Open
Open
public function lsx_profile_photo_field_filter( $field, $key, $args, $value ) { if ( 'profile_photo' === $args['id'] ) { if ( $args['required'] ) { $args['class'][] = 'validate-required';
- Read upRead up