Plugin Directory

Changeset 1079125


Ignore:
Timestamp:
01/30/2015 05:14:25 PM (11 years ago)
Author:
mthomas9
Message:

add form hashtag

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r1062419 r1079125  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.3.3
     6Version: 1.3.4
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    222222    $patterns[$i] = '/#zip/'; $i++;
    223223    $patterns[$i] = '/#password/'; $i++;
     224    $patterns[$i] = '/#form/'; $i++;
    224225    $i=0;
    225226    $replacements[$i] = $_SESSION['visitor']->{'firstName'}; $i++;
     
    236237    $replacements[$i] = $_SESSION['visitor']->{'contact_zip'}; $i++;
    237238    $replacements[$i] = $_SESSION['visitor']->{'contact_password'}; $i++;
     239    $replacements[$i] = $_SESSION['visitor']->{'form'}; $i++;
    238240    $convertedContent = preg_replace($patterns, $replacements, $content);
    239241    return $convertedContent;
  • purlem-personal-url-marketing/trunk/readme.txt

    r1062419 r1079125  
    55Requires at least: 2.1
    66Tested up to: 3.8.1
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.