skip to Main Content

Php – Combine elseifs

it might be a stupid question but I am failing to combine some elseifs. I'm sure there must be smarter way. Do you have an idea? <?php $level_ids = leaky_paywall_subscriber_current_level_ids(); if (!empty($level_ids)) { if (in_array(2, $level_ids)) { echo 'DO THIS';…

VIEW QUESTION
Back To Top
Search