Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created September 18, 2020 11:14
Show Gist options
  • Save reachkamrul/0b8c2c06e4dd0b5331ee95f96585bfab to your computer and use it in GitHub Desktop.
Save reachkamrul/0b8c2c06e4dd0b5331ee95f96585bfab to your computer and use it in GitHub Desktop.
<?php global $current_user; wp_get_current_user(); ?>
<?php
if ( is_user_logged_in() ) {
$getEmail = $current_user->user_email;
$getID = $current_user->user_id;
echo do_shortcode('[ninja_tables id="580" filter_column="name" filter=" ' . $getID . '" ] ');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment