📅  最后修改于: 2022-03-11 14:56:09.858000             🧑  作者: Mango
// 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' );