meta_value( $thepostid ); if ( ! empty( $date ) ) { $dateObj = new LP_Datetime( $date ); $date = $dateObj->format( 'mysql' ); } $wrapper_attr = $this->extra['wrapper_attr'] ?? []; $dependency_check = $this->extra['dependency'] ?? []; if ( ! empty( $dependency_check ) ) { if ( $dependency_check['is_disable'] ) { $this->extra['wrapper_class'] .= ' lp-option-disabled'; } $wrapper_attr[] = 'data-dependency=' . $dependency_check['name']; } ?>

> extra['cancel'] ) ) : ?>

id, $this->default ?? '' ); update_post_meta( $post_id, $this->id, $value ); return $value; } }