Update INSTALLATION.md

This commit is contained in:
Tetrakern 2023-10-09 15:26:52 +02:00
parent c4563a948a
commit eae634be86

View File

@ -859,7 +859,7 @@ if ( FICTIONEER_ENABLE_STICKY_CARDS ) {
### Constants
Some options are not available in the settings because tempering with them can break the theme or result in unexpected behavior. Those options are defined via constants in the **function.php**. If you want to change them, you need a child [child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/). Just override them in the child themes own **function.php**, but only if you know what you are doing!
Some options are not available in the settings because tempering with them can break the theme or result in unexpected behavior. Those options are defined via constants in the **function.php**. If you want to change them, you need a [child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/). Just override them in the child themes own **function.php**, but only if you know what you are doing!
```php
define( 'CONSTANT_NAME', value );