choices = array( 'left' => __( 'Align left', 'woocommerce-pdf-product-vouchers' ), 'center' => __( 'Align center', 'woocommerce-pdf-product-vouchers' ), 'right' => __( 'Align right', 'woocommerce-pdf-product-vouchers' ), ); parent::__construct( $manager, $id, $args ); } public function enqueue() { // enqueue control script in WDP_Customizer } public function render_content() { $this_value = $this->value(); $name = '_customize-radio-' . $this->id; ?> link(); checked( ! $this_value, true ); ?> /> choices as $value => $label ) : ?>