Skip to content

Commit

Permalink
woocommerce cart remove fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jayedul committed Jan 27, 2021
1 parent d840033 commit 3ffd6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function tutor() {
'basename' => plugin_basename( TUTOR_FILE ),
'version' => TUTOR_VERSION,
'nonce_action' => 'tutor_nonce_action',
'nonce' => '_wpnonce',
'nonce' => '_tutor_nonce',
'course_post_type' => apply_filters( 'tutor_course_post_type', 'courses' ),
'lesson_post_type' => apply_filters( 'tutor_lesson_post_type', 'lesson' ),
'instructor_role' => apply_filters( 'tutor_instructor_role', 'tutor_instructor' ),
Expand Down

0 comments on commit 3ffd6ba

Please sign in to comment.