Skip to content

Commit

Permalink
update all-filters.mdx, filters.mdx and custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvoaftab committed Jul 10, 2024
1 parent 4f374b3 commit 57f56c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/content/docs/glossary/all-filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ title: All Filters
description: Glossary of All Filter Hooks for FluentCRM.
---

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

### `app/Functions/helpers.php`

:::note[fluent-crm/app/Functions/helpers.php]
:::

```bash
fluent_crm/contact_statuses
fluent_crm/contact_editable_statuses
Expand All @@ -27,13 +26,14 @@ description: Glossary of All Filter Hooks for FluentCRM.
fluent_crm/anonymize_ip
fluent_crm/max_run_time
```
:::note[fluent-crm/app/Hooks/Handlers/AdminBar.php]
:::

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

```bash
fluent_crm/disable_global_search
```
:::note[fluent-crm/app/Hooks/Handlers/AdminMenu.php]
:::
### `app/Hooks/Handlers/AdminMenu.php`

```bash
fluent_crm/core_menu_items
```
4 changes: 2 additions & 2 deletions src/content/docs/misc/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ description: A collection of all Hooks Filter for FluentCRM.
```
</li>
<li>
## Contact Import CSV Mimes
## Menu URL Base

```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 954
Line: 956
Version: 2.9.0
fluentcrm_menu_url_base()
```
Expand Down
3 changes: 3 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ li::marker {
}
.ast-primary{
font-size: 1.5rem;
}
.sl-markdown-content :is(h3) code {
font-size: 20px;
}

0 comments on commit 57f56c9

Please sign in to comment.