get_user()->get_id() ); $custom_fields = LP_Settings::get_option( 'register_profile_fields', [] ); if ( $custom_fields ) { foreach ( $custom_fields as $field ) { ?>
  • > %s', esc_html( $field['name'] ?? '' ) ); switch ( $field['type'] ?? '' ) { case 'text': case 'number': case 'email': case 'url': case 'tel': ?> > ' . ob_get_clean() . ''; } }