📜  添加页脚代码 - PHP 代码示例

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

代码示例1
/* Describe what the code snippet does so you can remember later on */
add_action('wp_footer', 'your_function_name');
function your_function_name(){
?>
PASTE HEADER CODE HERE