Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
* @link https://themeum.com * @since 1.4.3 */ $uid = get_current_user_id(); $user = get_userdata( $uid ); $profile_settings_link = tutor_utils()->get_tutor_dashboard_page_permalink( 'settings' ); $rdate = $user->user_registered; $fname = $user->first_name; $lname = $user->last_name; $uname = $user->user_login; $email = $user->user_email; $phone = get_user_meta( $uid, 'phone_number', true ); $job = nl2br( wp_strip_all_tags( get_user_meta( $uid, '_tutor_profile_job_title', true ) ) ); $bio = get_user_meta( $uid, '_tutor_profile_bio', true ); $profile_data = array( array( __( 'Registration Date', 'tutor' ), ( $rdate ? tutor_i18n_get_formated_date( tutor_utils()->get_local_time_from_unix( $rdate ) ) : '' ) ), array( __( 'First Name', 'tutor' ), ( $fname ? $fname : esc_html( '-' ) ) ), array( __( 'Last Name', 'tutor' ), ( $lname ? $lname : __( '-' ) ) ), array( __( 'Username', 'tutor' ), $uname ), array( __( 'Email', 'tutor' ), $email ), array( __( 'Phone Number', 'tutor' ), ( $phone ? $phone : '-' ) ), array( __( 'Skill/Occupation', 'tutor' ), ( $job ? $job : '-' ) ), array( __( 'Biography', 'tutor' ), $bio ? $bio : '-' ), ); ?>
$data ) : ?>
' . wp_kses_post( wpautop( $data[1] ) ) . '' : '' . esc_html( $data[1] ) . ''; ?>