admin管理员组文章数量:1384140
I want to remove a character "h" generated by code of templates of the theme. I don't want to use templates in Child Theme for that, I prefer to use a function in functions.php to remove the string in templates that generate the character:
esc_html_e('h','bridge');
Is there a solution for that ?
More context in a template file :
<div class="post_info">
<span class="time">
<?php esc_html_e('Posted at','bridge'); ?>
<?php the_time('H:i'); ?>
<?php esc_html_e('h','bridge'); ?></span>
<?php esc_html_e('in','bridge'); ?>
<?php the_category(', '); ?>
本文标签: filtersUse a functions in functionsphp to remove a string for template theme
版权声明:本文标题:filters - Use a functions in functions.php to remove a string for template theme 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744492137a2608798.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论