path . 'views/metabox/course-contents.php'; ?>
path . '/views/modal/topic-form.php',
array(
'modal_title' => __( 'Add Topic', 'tutor' ),
'wrapper_id' => 'tutor-modal-add-topic',
'topic_id' => null,
'course_id' => $course_id,
'wrapper_class' => '',
'button_text' => __( 'Add Topic', 'tutor' ),
'button_class' => 'tutor-save-topic-btn',
),
false
);
?>