Checkout
January 10, 2023 2023-01-10 14:29Checkout
Order summary
![]() Apprendre le piano en 24Heures x1 |
100.00€ |
Subtotal | 100.00€ |
---|---|
Total | 100.00€ |
function tutor_primary_author() { if ( function_exists('tutor')) { $tutor_post_type = tutor()->course_post_type; add_post_type_support( $tutor_post_type, 'author' ); } } add_action('init', 'tutor_primary_author', 999 );