我想知道有没有可能在head标签后面添加脚本?我不想使用add\\u action(\'wp\\u head\',\'function\');
因此,情况如下:
我有自定义字段值,例如“this is the custom field value”(这是自定义字段值),我想在head tag之后回显它,我想使用函数回显它。php我不想更改Wordpress主题的任何代码
<head>
this is custom field value
--
--
<?php wp_head(); ?>
提前感谢,Aprillins Fox公司