> For the complete documentation index, see [llms.txt](https://remui-docs.edwiser.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://remui-docs.edwiser.org/eb-woocommerce-integration/woocommerce-integration-hooks-and-filters.md).

# Woocommerce Integration Hooks & Filters

| **Hook**                                       | **Description**                                                                                                   | **Parameters**                                                                                                                                                                                                                                                  |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **bridge\_woo\_course\_product\_created**      | Use this hook to execute custom code when a new product is created during synchronization from the settings page. | <p>$wp\_product\_id: WooCommerce Product Id generated for a course<br>$wp\_course\_id : Id of Moodle™ course created on WordPress<br>$course\_data: Course data coming from Moodle API<br>$sync\_options:  Synchronization option selected by website admin</p> |
| **bridge\_woo\_course\_product\_updated**      | Use this hook to execute custom code when a new product is updated during synchronization from the settings page. | <p>$wp\_course\_id : Id of Moodle course created on WordPress<br>$course\_data: Course data coming from Moodle API<br>$sync\_options:  Synchronization option selected by website admin</p>                                                                     |
| **bridge\_woo\_email\_allowed\_order\_status** | Use this hook to include information of courses associated with a product selectively in order status emails.     | array: This contains order status such as, ‘wc-processing’,’wc-completed’,’wc-on-hold’                                                                                                                                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://remui-docs.edwiser.org/eb-woocommerce-integration/woocommerce-integration-hooks-and-filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
