Using input_attrs() Multiple Times Within One Customizer Control
You shouldn’t need to call the input_attrs() method directly. Instead, rely on the add_control() method of the wordpress customizer object to generate the html inputs for your customizer settings. The add_control() method takes as its second argument an array of properties that allows you to set the label for the input, the section of the …