Changeset 1458488
- Timestamp:
- 07/21/2016 07:13:01 PM (10 years ago)
- Location:
- clickfunnels/trunk
- Files:
-
- 2 edited
-
clickfunnels.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clickfunnels/trunk/clickfunnels.php
r1458487 r1458488 29 29 // Let's see if we should do anything about this page request 30 30 public function process_page_request() { 31 if (is_ home()) {31 if (is_front_page()) { 32 32 if ($this->get_home()) { 33 33 status_header(200); -
clickfunnels/trunk/readme.txt
r1458484 r1458488 7 7 Requires at least: 4.3 8 8 Tested up to: 4.5.2 9 Stable tag: 3. 0.69 Stable tag: 3.1.0 10 10 11 11 Connect your ClickFunnels pages to your WordPress blog. Create custom pages, set as homepage or 404 page with easy setup. … … 104 104 105 105 * Adds option to download page content instead of displaying it in an iframe 106 * Fix setting of homepage issue 106 107 107 108 = Version 3.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.