Title: Code not working in code snippets, only in functions.php
Last modified: December 1, 2023

---

# Code not working in code snippets, only in functions.php

 *  [henkesan](https://wordpress.org/support/users/henkesan/)
 * (@henkesan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/code-not-working-in-code-snippets-only-in-functions-php/)
 * I have been using Code snippets for a long time and it has always been working
   great.
 * But today I stumbled upon a code that did not work when I inputted it into Code
   snippets, at first I thought something was wrong with the code, but I then realized
   it worked if I added it directly into the theme functions.php
   add_filter( ‘woocommerce_checkout_coupon_message’,‘
   bbloomer_have_coupon_message’);
 * functionbbloomer_have_coupon_message() {
 *    return’ Testing text? [Click here to enter your discount code](https://wordpress.org/support/topic/code-not-working-in-code-snippets-only-in-functions-php/?output_format=md#)‘;
 * }
 * ..why does the code above not work in Code snippets?
   I use the theme: Shoptimizer
    -  This topic was modified 2 years, 6 months ago by [henkesan](https://wordpress.org/support/users/henkesan/).

The topic ‘Code not working in code snippets, only in functions.php’ is closed to
new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [henkesan](https://wordpress.org/support/users/henkesan/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/code-not-working-in-code-snippets-only-in-functions-php/)
 * Status: not a support question