Skip to content

Instantly share code, notes, and snippets.

View nevilpaul's full-sized avatar

nevil paul nevilpaul

View GitHub Profile
@nevilpaul
nevilpaul / functions.php
Last active August 5, 2020 17:32
PHP WITH INTERCOM SHOW INTERCOM AND FETCH USERDATA IN SPECIFIC WORDPRESS PAGES
/*
*@author nevilpaul..
*@mail: info@netdevelops.com
*@date published:03/07/2018
*/
<?php
global $wp;
function intercom_script_footer(){
if ( is_user_logged_in() ) {
$current_user = wp_get_current_user(); ?>