Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Last active February 1, 2022 10:52
Show Gist options
  • Save reachkamrul/8340136673910b001f5d4e8976c3c962 to your computer and use it in GitHub Desktop.
Save reachkamrul/8340136673910b001f5d4e8976c3c962 to your computer and use it in GitHub Desktop.
<?php
global $current_user;
if ( is_user_logged_in() ) {
$getEmail = $current_user->user_email;
$getID = get_current_user_id();
$column_key = "email";
echo do_shortcode('[ninja_tables id="621" filter_column="' . $column_key . '" filter="' . $getID . '" ] ');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment