Skip to content

Commit

Permalink
Fix - Time picker format option
Browse files Browse the repository at this point in the history
  • Loading branch information
riteelama committed Dec 12, 2023
1 parent 94d3a2d commit 523bb24
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions includes/functions-ur-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1210,22 +1210,6 @@ function ur_login_option_with() {
);
}

/**
* Time Format for advanced settings
*
* @return array
*/
function ur_time_format_options() {

return apply_filters(
'user_registration_time_format_options',
array(
'h:i K' => __( '12 H ', 'user-registration' ),
'H:i' => __( '24 H', 'user-registration' ),
)
);
}

/**
* Get Default value for Enable Email Approval Checkbox
*
Expand Down

0 comments on commit 523bb24

Please sign in to comment.