-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df16630
commit c5797e3
Showing
13 changed files
with
111 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
*/} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*/fluent-crm/*, */fluentcampaign-pro/* |