Changeset 1025521
- Timestamp:
- 11/14/2014 05:08:55 AM (11 years ago)
- Location:
- elevio/trunk
- Files:
-
- 2 edited
-
plugin_files/Elevio.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/plugin_files/Elevio.class.php
r1011916 r1025521 28 28 protected function __construct() 29 29 { 30 add_action ('wp_ head', array($this, 'tracking_code'));30 add_action ('wp_footer', array($this, 'tracking_code')); 31 31 } 32 32 -
elevio/trunk/readme.txt
r1020570 r1025521 2 2 Contributors: Elevio 3 3 Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage 4 Stable tag: 3.1. 04 Stable tag: 3.1.1 5 5 Requires at least: 2.8 6 6 Tested up to: 4.0.0
Note: See TracChangeset
for help on using the changeset viewer.