Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function kodeunik_func() {
- ob_start();
- $kodeunik = wp_get_current_user();
- echo '' . $kodeunik->ID . '';
- $output = ob_get_clean();
- return $output;
- }
- add_shortcode('kodeunik', 'kodeunik_func');
Advertisement
Add Comment
Please, Sign In to add comment