Basically with PHP I want to call the name of the site. What code do I use?
I'm thinking:
'title' => __( "{$show['name']} is your site name" ),
or
'title' => __( "$name is your site name" ),
but they don't work. What code would work?
Thanks!
Basically with PHP I want to call the name of the site. What code do I use?
I'm thinking:
'title' => __( "{$show['name']} is your site name" ),
or
'title' => __( "$name is your site name" ),
but they don't work. What code would work?
Thanks!