

// Redirection du bouton 'Créer un nouveau cours' de Tutor LMS vers la page frontend add_filter("tutor_dashboard_url", "ms_formateur_redirect_tutor_lms_create_course", 10, 2); function ms_formateur_redirect_tutor_lms_create_course($url, $endpoint) { if ($endpoint === 'create_course') { return home_url('/dashboard-formateur/creer-cours/'); // Remplacez par l'URL de votre page frontend } return $url; }
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.