<?php $array = ['General', 'Custom Title']; echo implode(' ', str_replace(' ', '-', $array));
You have javascript disabled. You will not be able to edit any code.