Skip to content

Commit

Permalink
update 4 files and delete 4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvoaftab committed Jul 10, 2024
1 parent df16630 commit c5797e3
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 17 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export default defineConfig({
label: 'Contacts',
autogenerate: { directory: 'contacts' },
},
{
label: 'Company',
autogenerate: { directory: 'company' },
},
{
label: 'Emails',
autogenerate: { directory: 'emails' },
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/content/docs/company/actions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Company Actions
description: A collection of all Action Hooks for FluentCRM Automation.
---
4 changes: 4 additions & 0 deletions src/content/docs/company/filters.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Company Filters
description: A collection of all Hooks Filter for FluentCRM Automation.
---
4 changes: 4 additions & 0 deletions src/content/docs/company/snippets.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Company Snippets
description: A collection of all Snippets for FluentCRM Automation.
---
12 changes: 6 additions & 6 deletions src/content/docs/contacts/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 482
Version: 2.9.1
Version: 2.9.0
function fluentcrm_subscriber_statuses($isOptions = false)
```

Expand All @@ -35,7 +35,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 535
Version: 2.9.1
Version: 2.9.0
function fluentcrm_subscriber_editable_statuses($isOptions = false)
```

Expand All @@ -54,7 +54,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 573
Version: 2.9.1
Version: 2.9.0
function fluentcrm_contact_types($isOptions = false)
```

Expand All @@ -76,7 +76,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 608
Version: 2.9.1
Version: 2.9.0
function fluentcrm_activity_types()
```

Expand Down Expand Up @@ -111,7 +111,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 650
Version: 2.9.1
Version: 2.9.0
function fluentcrm_strict_statues()
```

Expand All @@ -134,7 +134,7 @@ description: A collection of all Hooks Filter for FluentCRM Contacts.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 707
Version: 2.9.1
Version: 2.9.0
function fluentcrmGravatar($email, $name = '')
```

Expand Down
47 changes: 47 additions & 0 deletions src/content/docs/emails/filters-performance.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Performance Filters
description: A collection of all Hooks Filter for FluentCRM Contacts.
---

<ol>
<li>
## Enable or Disable Click Tracking for Emails

```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 763
Version: 2.9.0
function fluentcrmTrackClicking()
```

```php
/**
* Enable or Disable Click Tracking for Emails
*
* @param bool $trackClicking if click tracking is enabled or disabled
* @return bool
*/
apply_filters('fluent_crm/track_click', true);
```
</li>
<li>
## Enable or Disable IP Address Tracking for Emails

```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 787
Version: 2.9.0
function fluentcrmTrackClicking()
```

```php
/**
* Enable or Disable IP Address Tracking for Emails
*
* @param bool $trackIp return true if ip address tracking is enabled or false if disabled
* @return bool
*/
apply_filters('fluent_crm/will_track_user_ip', true);
```
</li>
</ol>
10 changes: 0 additions & 10 deletions src/content/docs/guides/start.md

This file was deleted.

40 changes: 40 additions & 0 deletions src/content/docs/guides/start.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Index
description: Learn about FluentCRM Actions, Filters, and Snippets.
---

Learn about FluentCRM Actions, Filters, and Snippets.

### Stats

<p><b>Versions:</b><br/><span>FluentCRM Free: 2.9.0</span><br/><span>FluentCRM Pro: 2.9.1</span></p>

<table style="width:100%">
<tr>
<th></th>
<th>Actions</th>
<th>(files)</th>
<th>Filters</th>
<th>(files)</th>
</tr>
<tr>
<td><b>Free</b></td>
<td>271</td>
<td>77</td>
<td>294</td>
<td>76</td>
</tr>
<tr>
<td><b>Pro</b></td>
<td>32</td>
<td>25</td>
<td>110</td>
<td>72</td>
</tr>
</table>

{/*
### FluentCRM Official Docs
- Read [Official Documentation](https://fluentcrm.com/docs/)
*/}
2 changes: 1 addition & 1 deletion src/content/docs/misc/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: A collection of all Hooks Filter for FluentCRM.
```bash
Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php
Line: 680
Version: 2.9.1
Version: 2.9.0
function fluentcrmCsvMimes()
```

Expand Down
1 change: 1 addition & 0 deletions tmp.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/fluent-crm/*, */fluentcampaign-pro/*

0 comments on commit c5797e3

Please sign in to comment.