Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Course Coming Soon Implemented #1589

Open
wants to merge 13 commits into
base: 3.3.0
Choose a base branch
from
Open

Conversation

Anindra123
Copy link
Collaborator

No description provided.

@Anindra123 Anindra123 added the v3.3.0 Tutor 3.3.0 label Feb 11, 2025
/**
* Coming soon block
*/
.tutor-coming-soon-btn{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why same css twitch?

public function set_entry_box_coming_soon_button( $button, $course_id ) {
$course = get_post( $course_id );
$course_coming_soon = (bool) get_post_meta( $course_id, '_tutor_course_enable_coming_soon', true );
$available_date = tutor_get_formated_date( get_option( 'date_format' ), $course->post_date ) . ', ' . tutor_get_formated_date( get_option( 'time_format' ), $course->post_date );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to format in php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3.3.0 Tutor 3.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants