Skip to content

Commit

Permalink
update all-filters.mdx and env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvoaftab committed Jul 10, 2024
1 parent 10afe78 commit 22a05aa
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions src/content/docs/glossary/all-filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ description: Glossary of All Filter Hooks for FluentCRM.

## Free Version (v2.9.0 - July, 2024)

### `app/Functions/helpers.php`
:::note[17]
:::
### `17` - `app/Functions/helpers.php`

```bash
fluent_crm/contact_statuses
fluent_crm/contact_editable_statuses
Expand All @@ -28,12 +27,12 @@ description: Glossary of All Filter Hooks for FluentCRM.
fluent_crm/max_run_time
```

### `app/Hooks/Handlers/AdminBar.php`
### `1` - `app/Hooks/Handlers/AdminBar.php`

```bash
fluent_crm/disable_global_search
```
### `app/Hooks/Handlers/AdminMenu.php`
### `19` - `app/Hooks/Handlers/AdminMenu.php`

```bash
fluent_crm/core_menu_items
Expand All @@ -56,12 +55,12 @@ description: Glossary of All Filter Hooks for FluentCRM.
fluent_crm/full_sidebar_menu_items
fluent_crm/moment_date_time_format
```
### `app/Hooks/Handlers/AutoSubscribeHandler.php`
### `1` - `app/Hooks/Handlers/AutoSubscribeHandler.php`

```bash
fluent_crm/comment_form_subscribe_settings
```
### `app/Hooks/Handlers/ExternalPages.php`
### `30` - `app/Hooks/Handlers/ExternalPages.php`

```bash
fluent_crm/soft_bounce_limit
Expand All @@ -85,41 +84,39 @@ description: Glossary of All Filter Hooks for FluentCRM.
fluent_crm/email_view_on_browser_data
fluent_crm/email_newsletter_data
```
### `app/Hooks/Handlers/PrefFormHandler.php`

```bash
fluent_crm/pref_labels
fluent_crm/pref_form_fields
fluent_crm/countries
```
### `app/Hooks/Handlers/FunnelHandler.php`
### `2` - `app/Hooks/Handlers/FunnelHandler.php`

```bash
fluentcrm_funnel_arg_num_
fluentcrm_funnel_editor_details_
```
### `3` - `app/Hooks/Handlers/PrefFormHandler.php`

```bash
fluent_crm/pref_labels
fluent_crm/pref_form_fields
fluent_crm/countries
```
### `app/Hooks/Handlers/PurchaseHistory.php`

### `4` - `app/Hooks/Handlers/PurchaseHistory.php`

```bash
fluentcrm_commerce_provider
fluent_crm/contact_purchase_stat_
fluent_crm/woo_purchase_sidebar_html
fluent_crm/edd_purchase_sidebar_html
```
### `app/Hooks/Handlers/RedirectionHandler.php`
### `1` - `app/Hooks/Handlers/RedirectionHandler.php`

```bash
fluent_crm/will_use_cookie
```
### `app/Hooks/Handlers/SetupWizard.php`
### `1` - `app/Hooks/Handlers/SetupWizard.php`

```bash
fluentcrm_setup_wizard
```
### `app/Http/Controllers/CampaignAnalyticsController.php`
### `1` - `app/Http/Controllers/CampaignAnalyticsController.php`

```bash
woocommerce_admin_order_date_format
Expand Down

0 comments on commit 22a05aa

Please sign in to comment.