Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c932a13d
authored
2023-03-03 18:51:19 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
007853fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/inc/shortcodes.php
wp-content/themes/understrap-child/inc/shortcodes.php
View file @
c932a13
...
...
@@ -4,6 +4,6 @@ add_shortcode( 'firstname', 'firstname' );
function
firstname
(){
$user
=
get_userdata
(
get_current_user_id
()
);
return
"<
span class='first-name'>Hi "
.
$user
->
first_name
.
"</span
>"
;
return
"<
h1>Hi "
.
$user
->
first_name
.
"</h1
>"
;
}
...
...
Please
register
or
sign in
to post a comment