How can I exclude a certain ID being pulled from an array on the below?
<?php echo $EM_Category->id; ?>
The array is pulling all ID's but I want to exclude a specific one and include the rest.
Would it be by using unset
to remove the specific ID?