Plugin Directory

Changeset 2505212


Ignore:
Timestamp:
03/29/2021 12:13:19 PM (5 years ago)
Author:
plerdy
Message:

update 1.04

Location:
plerdy-heatmap
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • plerdy-heatmap/tags/1.04/plerdy_heatmap_tracking.php

    r2479757 r2505212  
    11<?php
    22/*
    3 Plugin Name: Plerdy Heatmap
     3Plugin Name: Plerdy
    44Plugin URI: https://www.plerdy.com
    55Description: The easiest way to add the Plerdy tracking script to your WordPress site!
     
    2828class Plerdy {
    2929    var $longName = 'Plerdy for WordPress Options';
    30     var $shortName = 'Plerdy Heatmap';
     30    var $shortName = 'Plerdy';
    3131    var $uniqueID = 'plerdy_heatmap';
    3232
  • plerdy-heatmap/tags/1.04/views/options.php

    r2479757 r2505212  
    77            do_settings_sections( 'plerdy' );
    88         ?>
     9         <strong>Your Tracking Script:</strong>
    910         <table class="form-table">
    1011                <tr valign="top">
    11                 <th>Your Tracking Script:</th>
    1212                <td>
    1313                    <textarea name="plerdy_tracking_script" rows="8" cols="80"><?php echo esc_attr( get_option('plerdy_tracking_script') ); ?></textarea>
  • plerdy-heatmap/trunk/plerdy_heatmap_tracking.php

    r2354530 r2505212  
    11<?php
    22/*
    3 Plugin Name: Plerdy Heatmap
     3Plugin Name: Plerdy
    44Plugin URI: http://www.plerdy.com
    55Description: The easiest way to add the Plerdy tracking script to your WordPress site!
     
    2828class Plerdy {
    2929    var $longName = 'Plerdy for WordPress Options';
    30     var $shortName = 'Plerdy Heatmap';
     30    var $shortName = 'Plerdy';
    3131    var $uniqueID = 'plerdy_heatmap';
    3232
  • plerdy-heatmap/trunk/views/options.php

    r2354525 r2505212  
    77            do_settings_sections( 'plerdy' );
    88         ?>
     9         <strong>Your Tracking Script:</strong>
    910         <table class="form-table">
    1011                <tr valign="top">
    11                 <th>Your Tracking Script:</th>
    1212                <td>
    1313                    <textarea name="plerdy_tracking_script" rows="8" cols="80"><?php echo esc_attr( get_option('plerdy_tracking_script') ); ?></textarea>
Note: See TracChangeset for help on using the changeset viewer.