Home › Forums › Themagnifico › Show and Hide Sections › Reply To: Show and Hide Sections
March 26, 2023 at 11:25 am
#6778
Participant
In the Tutor University the code looks like :
$about_section = get_theme_mod( ‘tutor_academy_pro_find_tutor_enable’ );
if ( ‘Disable’ == $about_section ) {
return;
}
‘Disable’ == $about_section ??
get_theme_mod returns == 0 and not the word ‘Disable’
[tutor_academy_pro_find_tutor_enable] => 0