【发布时间】:2022-01-18 17:51:30
【问题描述】:
我正在尝试在返回周围放置一个 div。不知道怎么...
add_filter( 'the_content', function( $content ) {
if (is_singular('cda')) {
return get_the_term_list( get_the_ID(), 'cda_cat', 'Product:' ).$content;
}
}, -10);
【问题讨论】:
标签: php html wordpress function