home_section_type ) ? $store_lite_home_section->home_section_type : '' ; switch( $home_section_type ){ case 'subscribe': $ed_subscribe = isset( $store_lite_home_section->section_ed ) ? $store_lite_home_section->section_ed : '' ; $subacribe_ed_all_page = isset( $store_lite_home_section->subacribe_ed_all_page ) ? $store_lite_home_section->subacribe_ed_all_page : '' ; if( $ed_subscribe == 'yes' && $subacribe_ed_all_page == 'yes' && $paged_active ){ store_lite_subscribe( $store_lite_home_section ); } break; default: break; } }