echo ternary php code example
Example: echo ternary php
echo (isset($options['footer_txt_color'])) ? $options['footer_txt_color'] : '#ffffff';
echo (isset($options['footer_txt_color'])) ? $options['footer_txt_color'] : '#ffffff';