我想知道如何为自定义字段创建短代码? enter image description here
答案 0 :(得分:0)
简单的短代码创建示例
function customfield_function() {
return 'i am describing my custom fields name here bla bla';
}
add_shortcode('customfield', 'customfield_function');
[customfield]
此处有更多click