PluginProbe
WP Ultimate Post Grid / 2.8.2
WP Ultimate Post Grid v2.8.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / static / support_tab.php

support_tab.php in WP Ultimate Post Grid 2.8.2, at static/support_tab.php

14 lines 906 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/javascript">!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});</script>
2 <script type="text/javascript">
3 window.Beacon('init', 'fec2334c-6f13-431a-a6d3-e92728122b1b');
4
5 <?php
6 $current_user = wp_get_current_user();
7 if ( $current_user->exists() ) :
8 ?>
9 window.Beacon("prefill", {
10 name: "<?php echo $current_user->user_firstname . ' ' . $current_user->user_lastname; ?>",
11 email: "<?php echo $current_user->user_email; ?>"
12 });
13 <?php endif; ?>
14 </script>