Changeset 1933156
- Timestamp:
- 08/30/2018 01:30:14 PM (8 years ago)
- Location:
- kpi-integration/trunk
- Files:
-
- 3 edited
-
api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
selected-kpi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kpi-integration/trunk/api.php
r1895227 r1933156 184 184 $kpiData[$form_id]['lang'] = 'he'; 185 185 $kpiData[$form_id]['feedbackID'] = $form_id; 186 $kpiData[$form_id]['page_url'] = $meta['post_url'] ;186 $kpiData[$form_id]['page_url'] = $meta['post_url'] ? $meta['post_url'] : $meta['url']; 187 187 $kpiData[$form_id]['user_agent'] = $meta['user_agent']; 188 188 $kpiData[$form_id]['date'] = $wpdb->get_var("SELECT post_date FROM wp_posts WHERE post_type='flamingo_inbound' AND ID=$form_id"); -
kpi-integration/trunk/readme.txt
r1895227 r1933156 1 1 === Selected Kpi Integration === 2 2 Contributors: Leon Beilis 3 Stable tag: 1.0. 04 Tested up to: 4.9 3 Stable tag: 1.0.1 4 Tested up to: 4.9.8 5 5 Requires at least: 4.6 6 6 -
kpi-integration/trunk/selected-kpi.php
r1895227 r1933156 3 3 Plugin Name: Kpi Integration 4 4 Description: Integration with Kpi Api 5 Version: 1.0. 06 Author: Leon Beilis5 Version: 1.0.1 6 Author: Selected 7 7 Author URI: https://www.selected.co.il/ 8 8 Text Domain: kpi
Note: See TracChangeset
for help on using the changeset viewer.