Skip to content

Commit

Permalink
Add latitude/longitude field labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hivepress committed May 20, 2024
1 parent 8e9b3f4 commit 688fbcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/components/class-geolocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function add_attributes( $attributes ) {
'searchable' => true,

'edit_field' => [
'label' => esc_html__( 'Latitude', 'hivepress-geolocation' ),
'type' => 'latitude',
],

Expand All @@ -149,6 +150,7 @@ public function add_attributes( $attributes ) {
'searchable' => true,

'edit_field' => [
'label' => esc_html__( 'Longitude', 'hivepress-geolocation' ),
'type' => 'longitude',
],

Expand Down

0 comments on commit 688fbcb

Please sign in to comment.