diff --git a/includes/template-functions.php b/includes/template-functions.php index a728f56284..dd9a0cfd4f 100755 --- a/includes/template-functions.php +++ b/includes/template-functions.php @@ -99,11 +99,13 @@ function sensei_start_course_form( $course_id ) { if ( $prerequisite_complete ) { wp_enqueue_script( 'sensei-stop-double-submission' ); + $sensei_start_course_form_text = apply_filters( 'sensei_start_course_form_text', esc_html( 'Take This Course', 'sensei-lms' ) ); + ?>