2026年5月31日
// 给网站顶部加一顶白帽子 function add_top_hat() { echo '
金石秀水文学艺术网
'; } add_action( 'wp_body_open', 'add_top_hat' );