to test the Student Flow from
Group – Registration – Course – Workshop
The Group automates the connection to the membership that automates the course access that grants access to the Live Workshop.
function custom_head_code() { if (is_product()) { echo ' '; } } add_action('wp_head', 'custom_head_code');
to test the Student Flow from
Group – Registration – Course – Workshop
The Group automates the connection to the membership that automates the course access that grants access to the Live Workshop.