Remove developer note

This commit is contained in:
Niels Lange 2023-08-23 12:53:58 +02:00
parent 082a88fa96
commit d3413420e1
No known key found for this signature in database
GPG Key ID: 1C3F03249476BAC0
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Add a currency and symbol
> This is a **Developer level** doc. If you are unfamiliar with code and resolving potential conflicts, select a [WooExpert or Developer](https://woocommerce.com/customizations/) for assistance. We are unable to provide support for customizations under our [Support Policy](http://www.woocommerce.com/support-policy/).
Add this code to your child themes `functions.php` file or via a plugin that allows custom functions to be added, such as the [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin. Avoid adding custom code directly to your parent themes functions.php file, as this will be wiped entirely when you update the theme.
```php