'default' => 15, 'transport' => 'refresh', 'sanitize_callback' => 'absint', ) ); $wp_customize->add_control( 'popularfx_tagline_size', array( 'type' => 'number', 'section' => 'popularfx_edit_links', 'settings' => 'popularfx_tagline_size', 'label' => __( 'Font size', 'popularfx' ), 'description' => __( 'Change font size of site description', 'popularfx' ), 'input_attrs' => array( 'min' => 0, 'max' => 200, 'step' => 1, ), )