📜  获取模板部分 wordpress - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:09.858000             🧑  作者: Mango

代码示例4
// You wish to make $my_var available to the template part at `content-part.php`
set_query_var( 'my_var', $my_var );
get_template_part( 'content', 'part' );