IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
816 | 816 | } |
817 | 817 | |
818 | 818 | /** |
| 819 | * Display theme modification value for the current theme. |
| 820 | * |
| 821 | * @since 4.4.0 |
| 822 | * |
| 823 | * @param string $name Theme modification name. |
| 824 | * @param bool|string $default |
| 825 | * |
| 826 | * @return string |
| 827 | */ |
| 828 | function the_theme_mod( $name, $default = false ) { |
| 829 | echo get_theme_mod( $name, $default ); |
| 830 | } |
| 831 | |
| 832 | /** |
819 | 833 | * Retrieve theme modification value for the current theme. |
820 | 834 | * |
821 | 835 | * If the modification name does not exist, then the $default will be passed |