Skip to content

Commit

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

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

### `17` - `app/Functions/helpers.php`
### `17` - Helpers
<h5>`app/Functions/helpers.php`</h5>

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

### `1` - `app/Hooks/Handlers/AdminBar.php`
### `01` - AdminBar
<h5>`app/Hooks/Handlers/AdminBar.php`</h5>

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

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

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

```bash
fluent_crm/soft_bounce_limit
Expand All @@ -84,39 +89,45 @@ description: Glossary of All Filter Hooks for FluentCRM.
fluent_crm/email_view_on_browser_data
fluent_crm/email_newsletter_data
```
### `2` - `app/Hooks/Handlers/FunnelHandler.php`
### `02` - FunnelHandler
<h5>`app/Hooks/Handlers/FunnelHandler.php`</h5>

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

### `03` - PrefFormHandler
<h5>`app/Hooks/Handlers/PrefFormHandler.php`</h5>

```bash
fluent_crm/pref_labels
fluent_crm/pref_form_fields
fluent_crm/countries
```

### `4` - `app/Hooks/Handlers/PurchaseHistory.php`
### `04` - PurchaseHistory
<h5>`app/Hooks/Handlers/PurchaseHistory.php`</h5>

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

```bash
fluent_crm/will_use_cookie
```
### `1` - `app/Hooks/Handlers/SetupWizard.php`
### `01` - SetupWizard
<h5>`app/Hooks/Handlers/SetupWizard.php`</h5>

```bash
fluentcrm_setup_wizard
```
### `1` - `app/Http/Controllers/CampaignAnalyticsController.php`
### `01` - CampaignAnalyticsController
<h5>`app/Http/Controllers/CampaignAnalyticsController.php`</h5>

```bash
woocommerce_admin_order_date_format
Expand Down

0 comments on commit 0072baa

Please sign in to comment.