AI Verified

Name

Show Username in Nav

About

Show Username in Navigation

Language

PHP

Rating

Voted: 1 by 1 user(s)

How to Setup Snippet

Use the shortcode inside the navigation

Codevault

Vexshad

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

22/11/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Show Username in Nav

 
                    
1function show_loggedin_function( $atts ) {
2 
3 global $current_user, $user_login;
4 wp_get_current_user();
5 add_filter('widget_text', 'do_shortcode');
6 if ($user_login)
7 return 'Hallo ' . $current_user->display_name . '!';
8 else
9 return '<a href="' . wp_login_url() . ' ">Login</a>';
10 
11}
12add_shortcode( 'show_loggedin_as', 'show_loggedin_function' );

1

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Change tekst out of stok WooCommerce

Added: 15 hours ago

Last Updated: 3 hours ago

Changes tekst out of stok WooCommerce

General

AI Verified

0

Add featured image to post list

Added: 8 months ago

Last Updated: 7 months ago

General

AI Verified

0

Format date

Added: 7 months ago

Last Updated: 7 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

1

Show Username in Nav

Added: 11 months ago

Last Updated: 7 months ago

Show Username in Navigation

WordPress Admin

AI Verified

0

Show content to logged in User only

Added: 9 months ago

Last Updated: 9 months ago

Show content to logged in User only