Created
September 18, 2020 11:14
-
-
Save reachkamrul/0b8c2c06e4dd0b5331ee95f96585bfab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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