Thread Starter
neodcb
(@neodcb)
Hello
I would like to:
In file class-wow-armory-character-plugin.php
public function shortcode($atts, $content = null)
{
$options = shortcode_atts(array(
'name' => '',
Change to:
'name' => '';
in:
'name' => '[userinfo field="display_name"/]',
Thanks for help me