<?php echo '---' . PHP_EOL; ($pricing ?? '') === 'price' and print 'selected="true"'; echo '---' . PHP_EOL; $pricing = []; ($pricing ?? '') === 'price' and print 'selected="true"'; echo '---' . PHP_EOL; $pricing = 'price'; ($pricing ?? '') === 'price' and print 'selected="true"';
You have javascript disabled. You will not be able to edit any code.