Title: Bug: Typo in plugin source
Last modified: June 4, 2024

---

# Bug: Typo in plugin source

 *  Resolved [Philip](https://wordpress.org/support/users/vheemstra/)
 * (@vheemstra)
 * [2 years ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/)
 * There’s a typo in the filter hook name in `classes/plugin.php` on line 180:
 * `add_filter( '**flexible_chekout_fields_fields**', [ $this, 'getCheckoutFields'],
   10, 2 );`
 * Should be:
 * `add_filter( '**flexible_checkout_fields_fields**', [ $this, 'getCheckoutFields'],
   10, 2 );`
 * (A missing “c”.)
 * This affects `Flexible_Checkout_Fields_Plugin::get_fields()` which applies the(
   correctly spelled) hook and thus does nothing.
    -  This topic was modified 2 years ago by [Philip](https://wordpress.org/support/users/vheemstra/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [dominikl65](https://wordpress.org/support/users/dominikl65/)
 * (@dominikl65)
 * [2 years ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/#post-17806013)
 * Hi,
 * Thank you for this notification. The developer has been informed and has taken
   a look at the issue – they are already working on a solution. As soon as there
   is an update that unifies it, I will let you know right away.
 * We appreciate your understanding and patience.
 *  Thread Starter [Philip](https://wordpress.org/support/users/vheemstra/)
 * (@vheemstra)
 * [2 years ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/#post-17806798)
 * [@dominikl65](https://wordpress.org/support/users/dominikl65/) Thank you! (BTW,
   was this the right place to report bugs? I could find any bug report form on 
   your website (only for Pro users) or a Github to make a pull request.)
 *  Plugin Support [dominikl65](https://wordpress.org/support/users/dominikl65/)
 * (@dominikl65)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/#post-17816490)
 * Hi,
 * You can contact us on our website at: [https://wpdesk.net/get-support/](https://wpdesk.net/get-support/)
   and here even in the pre-sale thread to report an error 🙂
 *  Plugin Support [dominikl65](https://wordpress.org/support/users/dominikl65/)
 * (@dominikl65)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/#post-17912174)
 * Hi,
 * A version of the plugin has been released which resolved a problem with the unification
   of typo names — everything should now work correctly.
 * I encourage you to update the FCF plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bug: Typo in plugin source’ is closed to new replies.

 * ![](https://ps.w.org/flexible-checkout-fields/assets/icon-256x256.gif?rev=2522628)
 * [Flexible Checkout Fields for WooCommerce - WooCommerce Checkout Manager](https://wordpress.org/plugins/flexible-checkout-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexible-checkout-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexible-checkout-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/flexible-checkout-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexible-checkout-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexible-checkout-fields/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [dominikl65](https://wordpress.org/support/users/dominikl65/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/bug-typo-in-plugin-source/#post-17912174)
 * Status: resolved