This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$id = get_the_id(); | |
$array = output_page_group_array($id); | |
// Output page group array | |
var_dump($array); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Kenect 'Text Us' Widget | |
<script async src='https://storage.googleapis.com/widget.kenect.com/widget.min.js' id='kenect-token' type='text/javascript' token='t3R0TFuQYszxqO9FfG3y'></script> | |
// Kenect Live Chat Widget | |
<script async src='https://bit.ly/2LpvMoq' type='text/javascript'></script> |