Title: Missing hook?
Last modified: March 28, 2025

---

# Missing hook?

 *  Resolved [thejasonator](https://wordpress.org/support/users/thejasonator/)
 * (@thejasonator)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/missing-hook/)
 * I have some custom code that uses the woocommerce_review_order_after_cart_contents
   hook like this:
   add_action( ‘woocommerce_review_order_after_cart_contents’, ‘
   meye_magickal_funkshun’);It works in the standard WC checkout and a bunch of 
   other checkouts, but not CheckoutWC Lite – is there a hook that I can substitute
   for woocommerce_review_order_after_cart_contents ?Thanks,J
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-hook%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Clifton Griffin](https://wordpress.org/support/users/clifgriffin/)
 * (@clifgriffin)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/missing-hook/#post-18388685)
 * Hi J,
 * Good question – I don’t remember exactly why that hook isn’t called. Strangely
   in 5 years you’re the first person to ask about it, so it seems like a hook that
   is pretty rarely used.
 * To avoid potentially complicating things, I would recommend using this hook instead:
 *     ```wp-block-code
       cfw_after_cart_html
       ```
   
 * However, please note this hook doesn’t fire within an HTML table so you may need
   to adjust your output a bit.
 * Best,
 * Clif
 *  [obijuandev](https://wordpress.org/support/users/obijuandev/)
 * (@obijuandev)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/missing-hook/#post-18388707)
 * Hi [@thejasonator](https://wordpress.org/support/users/thejasonator/) .
 * Happy to help!
 * Please try with this action and let me know how it goes:
   `woocommerce_checkout_after_order_review`
 * Best,
   Juan
 *  Plugin Author [Clifton Griffin](https://wordpress.org/support/users/clifgriffin/)
 * (@clifgriffin)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/missing-hook/#post-18388846)
 * Hi J,
 * Sorry for the double response – I suggest using Juan’s solution as it’s better!
 * Clif

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

The topic ‘Missing hook?’ is closed to new replies.

 * ![](https://ps.w.org/checkoutwc-lite/assets/icon.svg?rev=2819219)
 * [CheckoutWC Lite](https://wordpress.org/plugins/checkoutwc-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/checkoutwc-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/checkoutwc-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/checkoutwc-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/checkoutwc-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/checkoutwc-lite/reviews/)

## Tags

 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [missing](https://wordpress.org/support/topic-tag/missing/)

 * 5 replies
 * 3 participants
 * Last reply from: [Clifton Griffin](https://wordpress.org/support/users/clifgriffin/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/missing-hook/#post-18388846)
 * Status: resolved