<?php $arr = [ [ 'slug' => 'products-services-pricing', 'text' => 'Products/Services and Pricing', ], [ 'slug' => 'promotions-plan', 'text' => 'Promotions Plan', ], ...(1 == 1) ? [ ['slug' => 'distribution-plan', 'text' => 'Distribution Plan'] ] : [], ]; var_export($arr); echo "\n---\n"; $arr = [ [ 'slug' => 'products-services-pricing', 'text' => 'Products/Services and Pricing', ], [ 'slug' => 'promotions-plan', 'text' => 'Promotions Plan', ], ...(1 == 2) ? [ ['slug' => 'distribution-plan', 'text' => 'Distribution Plan'] ] : [], ]; var_export($arr);
You have javascript disabled. You will not be able to edit any code.