value() ) ) { $savedValueCSV = implode( ',', $this->value() ); $values = $this->value(); } else { $savedValueCSV = $this->value(); $values = explode( ',', $this->value() ); } if ( self::$firstLoad ) { self::$firstLoad = false; ?> label; ?> description ) ) : ?> description; ?> choices as $value => $label ) { printf(' %s', $this->id . $value, $this->id . $value, esc_attr( $value ), checked( in_array( $value, $values ), true, false ), $label ); } ?> link(); ?> />