Php 对小部件区域标题使用html标记

Php 对小部件区域标题使用html标记,php,wordpress,function,Php,Wordpress,Function,我想在Widgets区域注册一个带有html自定义标题的边栏 我的注册小部件功能类似 register_sidebar(array( 'name' => __( '<img src="'.$keepAdminImages.'/_assets/_img/keepSignature.png" />' ), 'id' => 'keepSense-Left', 'description' => __( 'keepSense Temanızda Sol aland

我想在Widgets区域注册一个带有html自定义标题的边栏

我的注册小部件功能类似

register_sidebar(array(
  'name' => __( '<img src="'.$keepAdminImages.'/_assets/_img/keepSignature.png" />' ),
  'id' => 'keepSense-Left',
  'description' => __( 'keepSense Temanızda Sol alanda yer alacak bileşenlerinizi bu kısma sürükleyip bırakabilirsiniz.' ),
  'before_title' => '<h1>',
  'after_title' => '</h1>'
));
$keepAdminImages = get_bloginfo('template_url');
register\u侧栏(数组(
“名称”=>”,
'id'=>'keepSense Left',
“描述”(keepSense Temanızda Sol alanda yer alacak bileşenlierizi bu kısma sürükleyip bırakabilirsiniz.),
“在标题“=>”之前,
“在标题之后”=>“
));
$keepAdminImages=get_bloginfo('template_url');

它的输出好像是:如何在该区域使用一些html标记?有什么帮助吗?谢谢。

法提赫,我想你不能在管理区使用图像。你查过了吗?

check out@Rikesh我的意思是我想在管理区使用一些html代码,请查看屏幕截图。我只是检查一下,但我想应该是一种方式