get_theme_option() публичный статический Метод

Retrieve theme option field value.
public static get_theme_option ( string $name, string $type = null ) : mixed
$name string Custom field name.
$type string Custom field type (optional).
Результат mixed Option value.
Пример #1
0
 function carbon_get_theme_option($name, $type = null)
 {
     return Helper::get_theme_option($name, $type);
 }