Changeset 1664001
- Timestamp:
- 05/24/2017 01:56:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
technoscore-hotjar-tracking/trunk/technoscore-hotjar-tracking.php
r1663982 r1664001 31 31 function techno_show_hotjar(){ 32 32 global $post; 33 $techno_hotjar_script = esc_attr( get_option('techno_ bing_script') );33 $techno_hotjar_script = esc_attr( get_option('techno_hotjar_script') ); 34 34 $techno_hotjar_page_id_empty = esc_attr( get_option('techno_hotjar_page_id') ); 35 35 if(!empty($techno_hotjar_script)){
Note: See TracChangeset
for help on using the changeset viewer.