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 2.0.0 */ $contexts = array( 'qna-table' => array( 'columns' => array( 'checkbox' => '
', 'student' => __( 'Student', 'tutor' ), 'question' => __( 'Question', 'tutor' ), 'reply' => __( 'Reply', 'tutor' ), 'waiting_since' => __( 'Waiting Since', 'tutor' ), 'status' => __( 'Status', 'tutor' ), 'action' => __( 'Action', 'tutor' ), ), 'contexts' => array( 'frontend-dashboard-qna-table-instructor' => array( 'student', 'question', 'reply', 'status', 'action', ), 'frontend-dashboard-qna-table-student' => array( 'question', 'reply', 'action', ), 'backend-dashboard-qna-table' => true, ), ), ); return tutor_utils()->get_table_columns_from_context( $page_key, $context, $contexts, 'tutor/qna/table/column' );