settings()
returns the value of any particular field in your General Settings form.
Usage
<?php echo settings($name); ?>
Arguments
- $name (string) - The name of a settings field, lower case and spaces replaced with underscores.
Examples
<?php echo settings('site_title'); ?>