Changeset 2558991
- Timestamp:
- 07/05/2021 09:59:31 PM (5 years ago)
- Location:
- fast-clickfunnels/trunk
- Files:
-
- 3 edited
-
fast-clickfunnels.php (modified) (3 diffs)
-
lib/fast-cf-main-class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-clickfunnels/trunk/fast-clickfunnels.php
r2347070 r2558991 11 11 * Description: ClickFunnels integration with FastMember 12 12 13 * Version: 1. 0.9.413 * Version: 1.1 14 14 * Author: FastFlow.io 15 15 … … 66 66 define('FASTCF_PLUGIN_VERSION' , '1.0.2'); 67 67 68 if (in_array( 'fastmember/fastmember.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {68 if (in_array( 'fastmember/fastmember.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || in_array( 'fastmember-pro/fastmember-pro.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { 69 69 70 70 require_once( FASTCF_DIR . '/lib/fast-cf-main-class.php' ); … … 105 105 106 106 } 107 108 109 -
fast-clickfunnels/trunk/lib/fast-cf-main-class.php
r2347070 r2558991 15 15 $content .= "<h2 style='margin-bottom:15px 0px;'>"._fm('ClickFunnels® Integration')."</h2> 16 16 <div><p> 17 "._fm('You are ready to integrate with ClickFunnels')." (<a href='https:// getfunnnels.com/' target='_blank'>Get ClickFunnels Here</a>).<br />17 "._fm('You are ready to integrate with ClickFunnels')." (<a href='https://clickfunnels.net/' target='_blank'>Get ClickFunnels Here</a>).<br /> 18 18 "._fm('In your ClickFunnels account please choose Access Integrations from the Edit Funnel options and add the following URL into the Webhook URL field:'). "<br/> 19 19 <input type='text' value='". site_url("/") ."?fcfipn_api=fast_CF_IPN_handle' readonly style='width: 100%;' /><br /><br /> 20 20 "._fm('ClickFunnels Product ID #')." : <input type='text' id='fcfprodid' placeholder='Enter ClickFunnels product ID here' style='width: 30%;' maxlength='20' name='fcfprodid' value='$fcfprodid' /><br/><br/> 21 21 </p> 22 <p> 23 Disclosure: FastFlow.io is an independent ClickFunnels Affiliate, not an employee. FastFlow.io receive referral payments from ClickFunnels. The opinions expressed here are FastFlow.io's own and are not official statements of ClickFunnels or its parent company, Etison LLC.</p> 22 <p>This integration is developed and maintained by FastFlow.io. Disclosure: FastFlow.io is an independent ClickFunnels Affiliate, not an employee. FastFlow.io may receive referral payments from ClickFunnels. The opinions expressed here are FastFlow.io's own and are not official statements of ClickFunnels or its parent company, Etison LLC.</p> 23 24 24 25 </div>"; 25 26 return $content; -
fast-clickfunnels/trunk/readme.txt
r2537593 r2558991 24 24 ClickFunnels® is the premier service for building complete funnels for any marketing campaign. High converting email optin funnels or complex membership funnels. 25 25 26 **Sign up for [ClickFunnels Here](https:// getfunnnels.com/)**26 **Sign up for [ClickFunnels Here](https://clickfunnels.net/)** 27 27 28 28 FastMember gives you unlimited flexibility in setting up your WordPress membership site. When used with ClickFunnels as the front end page builder for your marketing pages you can create a powerhouse system for delivering your content with WordPress. … … 57 57 58 58 == Changelog == 59 60 = Version 1.1 = 61 62 Support for Fast Member Pro 59 63 60 64 = Version 1.0.9.4 =
Note: See TracChangeset
for help on using the changeset viewer.