<?php echo isset($options['page_title']) ? $options['page_title'] : ""; ?>
Reduced if on PHP
Approved. Code works!
This is exactly the working code that is verified by the moderator or site administrators
<?php echo isset($options['page_title']) ? $options['page_title'] : ""; ?>