pusatdata

Shortcode User ID untuk KodeUnik

Apr 14th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function kodeunik_func() {
  2. ob_start();
  3. $kodeunik = wp_get_current_user();
  4. echo '' . $kodeunik->ID . '';
  5. $output = ob_get_clean();
  6. return $output;
  7. }
  8. add_shortcode('kodeunik', 'kodeunik_func');
Advertisement
Add Comment
Please, Sign In to add comment