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.0.0 */ $args = $this->args; $current_tab = tutils()->array_get( 'settings_tab', tutor_sanitize_data( $_GET ) ); ?>
is_gutenberg_enable ) { ?>

    $arg ) { $i++; if ( $current_tab ) { $active = $current_tab === $key ? 'active' : ''; } else { $active = 1 === $i ? 'active' : ''; } $label = tutils()->array_get( 'label', $arg ); $icon_class = tutils()->array_get( 'icon_class', $arg ); $url = add_query_arg( array( 'settings_tab' => $key ) ); $icon = ''; if ( $icon_class ) { $icon = ''; } echo '
  • ' . wp_kses( $icon, tutor_utils()->allowed_icon_tags() ) . ' ' . esc_html( $label ) . '
  • '; } ?>
$tab ) { $i++; $label = tutils()->array_get( 'label', $tab ); $callback = tutils()->array_get( 'callback', $tab ); $fields = tutils()->array_get( 'fields', $tab ); if ( $current_tab ) { $active = $current_tab === $key ? 'active' : ''; $display = $current_tab === $key ? 'block' : 'none'; } else { $active = 1 === $i ? 'active' : ''; $display = 1 === $i ? 'block' : 'none'; } echo '
'; do_action( 'tutor_course/settings_tab_content/before', $key, $tab ); do_action( 'tutor_course/settings_tab_content/before/' . esc_attr( $key ) . '', $tab ); if ( tutils()->count( $fields ) ) { $this->generate_field( $fields ); } /** * Handling Callback */ if ( $callback && is_callable( $callback ) ) { call_user_func( $callback, $key, $tab ); } do_action( 'tutor_course/settings_tab_content/after', $key, $tab ); do_action( 'tutor_course/settings_tab_content/after/' . esc_attr( $key ) . '', $tab ); echo '
'; } ?>