我正在尝试使用get_header
行动,但它不会改变,反正我试着去做。
下面是我尝试在函数中添加此项的内容。php:
function prefix_new_header() {
return \'newtmpl\';
}
add_action( \'get_header\', \'prefix_new_header\' );
我在主题文件夹中有一个名为
header-newtmpl.php我尝试了不同的优先级(1、10、99),但都不起作用。
我有什么遗漏吗?谢谢你的帮助!
如果你想测试的话,你可以在2016年试试这个。